diff --git a/.github/workflows/image-builds.yml b/.github/workflows/image-builds.yml index a01442c822a..105f561c740 100644 --- a/.github/workflows/image-builds.yml +++ b/.github/workflows/image-builds.yml @@ -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