Skip to content

Commit

Permalink
Fix production github action
Browse files Browse the repository at this point in the history
  • Loading branch information
tewtal committed May 1, 2022
1 parent 945b271 commit ad5fb61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: tewtal/webrandomizer
tags: live
tags: live

- name: Build and push webrandomizer-service Docker image
uses: docker/[email protected]
with:
dockerfile: WebGameService/Dockerfile
dockerfile: Randomizer.Service/Dockerfile
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: tewtal/webrandomizer-service
tags: live
tags: live

0 comments on commit ad5fb61

Please sign in to comment.