From f956d25eb6556916fb1ce1a1a8a165fced54b997 Mon Sep 17 00:00:00 2001 From: sei-dupdyke Date: Wed, 17 Jun 2020 13:58:11 -0400 Subject: [PATCH] adds new docker repository job --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4164e814..b2a1279d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: tag_with_ref: true push: ${{ startsWith(github.ref, 'refs/tags/') }} path: src - dockerfile: Dockerfile-api + dockerfile: src/Dockerfile-api buildcmusei: # The type of runner that the job will run on runs-on: ubuntu-latest @@ -42,4 +42,4 @@ jobs: tag_with_ref: true push: ${{ startsWith(github.ref, 'refs/tags/') }} path: src - dockerfile: Dockerfile-api + dockerfile: src/Dockerfile-api