Bump docker/login-action from 3.1.0 to 3.2.0 (#2120)

This commit is contained in:
dependabot[bot]
2024-06-04 22:21:17 +01:00
committed by GitHub
parent 3f48d4f759
commit 1ff0f37561
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ jobs:
- name: Login to Registry 🔐
if: env.PUSH_TO_REGISTRY == 'true'
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
with:
registry: quay.io
username: ${{ secrets.REGISTRY_USERNAME }}

View File

@@ -57,7 +57,7 @@ jobs:
- name: Login to Registry 🔐
if: env.PUSH_TO_REGISTRY == 'true'
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
with:
registry: quay.io
username: ${{ secrets.REGISTRY_USERNAME }}