Skip to content

Commit

Permalink
adds new docker repository job
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-dupdyke committed Jun 17, 2020
1 parent 36c6106 commit f956d25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -42,4 +42,4 @@ jobs:
tag_with_ref: true
push: ${{ startsWith(github.ref, 'refs/tags/') }}
path: src
dockerfile: Dockerfile-api
dockerfile: src/Dockerfile-api

0 comments on commit f956d25

Please sign in to comment.