Skip to content

Commit

Permalink
added dockerfile path in variable
Browse files Browse the repository at this point in the history
  • Loading branch information
timam committed Oct 3, 2023
1 parent 05a9c6e commit 1d8d259
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: statuzproj/actions/quay-multi-arch@main
with:
service_name: watcher
dockerfile_path: svc/watcher/Dockerfile
tag: ${{ github.ref_name }}
quay_registry: quay.io/timam/statuz-watcher
quay_username: ${{ secrets.QUAY_USERNAME }}
Expand All @@ -27,6 +28,7 @@ jobs:
uses: statuzproj/actions/quay-multi-arch@main
with:
service_name: genie
dockerfile_path: svc/genie/Dockerfile
tag: ${{ github.ref_name }}
quay_registry: quay.io/timam/statuz-watcher
quay_username: ${{ secrets.QUAY_USERNAME }}
Expand Down

0 comments on commit 1d8d259

Please sign in to comment.