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 31eaf34 commit 0a187d7
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 @@ -24,7 +24,7 @@ jobs:
repository: dustinupdyke/ghosts
tag_with_ref: true
push: ${{ startsWith(github.ref, 'refs/tags/') }}
dockerfile: src/Ghosts.Api/Dockerfile
dockerfile: src/Dockerfile-api
buildcmusei:
# The type of runner that the job will run on
runs-on: ubuntu-latest
Expand All @@ -40,4 +40,4 @@ jobs:
repository: cmusei/ghosts
tag_with_ref: true
push: ${{ startsWith(github.ref, 'refs/tags/') }}
dockerfile: src/Ghosts.Api/Dockerfile
dockerfile: src/Dockerfile-api

0 comments on commit 0a187d7

Please sign in to comment.