Skip to content

Commit

Permalink
using env var
Browse files Browse the repository at this point in the history
  • Loading branch information
timam committed Oct 3, 2023
1 parent 1d8d259 commit e6ec70f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
service_name: watcher
dockerfile_path: svc/watcher/Dockerfile
tag: ${{ github.ref_name }}
quay_registry: quay.io/timam/statuz-watcher
quay_registry: ${{ env.QUAY_REGISTRY }}
quay_username: ${{ secrets.QUAY_USERNAME }}
quay_password: ${{ secrets.QUAY_PASSWORD }}

Expand All @@ -30,6 +30,6 @@ jobs:
service_name: genie
dockerfile_path: svc/genie/Dockerfile
tag: ${{ github.ref_name }}
quay_registry: quay.io/timam/statuz-watcher
quay_registry: ${{ env.QUAY_REGISTRY }}
quay_username: ${{ secrets.QUAY_USERNAME }}
quay_password: ${{ secrets.QUAY_PASSWORD }}

0 comments on commit e6ec70f

Please sign in to comment.