diff --git a/.github/workflows/build-and-push.yaml b/.github/workflows/build-and-push.yaml index 85cb26115..59122fd85 100644 --- a/.github/workflows/build-and-push.yaml +++ b/.github/workflows/build-and-push.yaml @@ -40,7 +40,7 @@ jobs: make image - name: Login for image push - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: quay.io username: ${{ secrets.QUAY_RHACS_ENG_INFRA_RW_USERNAME }} @@ -68,7 +68,7 @@ jobs: cd certifier && make image - name: Login for image push - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: quay.io username: ${{ secrets.QUAY_RHACS_ENG_INFRA_RW_USERNAME }}