Skip to content

Commit

Permalink
Update image-builds.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
R3hankhan123 authored Dec 5, 2024
1 parent a3f07d6 commit 28dbd8b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/image-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{env.SOURCE_BRANCH}}
- name: Login to Quay
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
- name: Login to Quay.io
uses: docker/login-action@v2
with:
registry: quay.io
username: ${{ secrets.QUAYIO_USERNAME }}
password: ${{ secrets.QUAYIO_PASSWORD }}
username: ${{ env.QUAYIO_USERNAME }}
password: ${{ env.QUAYIO_PASSWORD }}

- name: Check if image tag already exists
id: check_tag
Expand Down

0 comments on commit 28dbd8b

Please sign in to comment.