Merge pull request #4070 from dexidp/dependabot/github_actions/docker/login-action-3.4.0

build(deps): bump docker/login-action from 3.3.0 to 3.4.0
This commit is contained in:
Márk Sági-Kazár
2025-04-15 01:24:26 +02:00
committed by GitHub
+2 -2
View File
@@ -101,7 +101,7 @@ jobs:
if_false: type=oci,dest=image.tar
- name: Login to GitHub Container Registry
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
with:
registry: ghcr.io
username: ${{ github.actor }}
@@ -109,7 +109,7 @@ jobs:
if: inputs.publish
- name: Login to Docker Hub
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}