Skip to content

Commit

Permalink
ci: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Jun 7, 2024
1 parent 82b91e1 commit 72a126a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-hangfire-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
uses: code4romania/.github/.github/workflows/build-push-image.yml@main
with:
images: code4romania/rezultate-vot-hangfire
dockerfile: ./api/src/Vote.Monitor.Hangfire/Dockerfile
context: ./api
dockerfile: ./src/ElectionResoults.Hangfire/Dockerfile
context: ./src
secrets:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
token: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

0 comments on commit 72a126a

Please sign in to comment.