diff --git a/.github/actions/docker-build/action.yaml b/.github/actions/docker-build/action.yaml index 5d957111..456f701f 100644 --- a/.github/actions/docker-build/action.yaml +++ b/.github/actions/docker-build/action.yaml @@ -70,7 +70,7 @@ runs: - name: Log in to the Container registry if: ${{ inputs.push }} - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 + uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 with: registry: ${{ inputs.registry }} username: ${{ inputs.username }} diff --git a/.github/workflows/next-container-build.yaml b/.github/workflows/next-container-build.yaml index 8673393a..abf3d61e 100644 --- a/.github/workflows/next-container-build.yaml +++ b/.github/workflows/next-container-build.yaml @@ -79,7 +79,7 @@ jobs: - name: Login to quay.io # run this stage only if there are changes that match the includes and not the excludes if: ${{ env.CHANGES != '' }} - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 + uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 with: registry: ${{ env.REGISTRY }} username: ${{ vars.QUAY_USERNAME }} diff --git a/.github/workflows/pr-container-build.yaml b/.github/workflows/pr-container-build.yaml index 72bc74b2..0d857e77 100644 --- a/.github/workflows/pr-container-build.yaml +++ b/.github/workflows/pr-container-build.yaml @@ -102,7 +102,7 @@ jobs: - name: Login to quay.io # run this stage only if there are changes that match the includes and not the excludes if: ${{ env.CHANGES != '' }} - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 + uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 with: registry: ${{ env.REGISTRY }} username: ${{ vars.QUAY_USERNAME }}