Skip to content

Commit 2262416

Browse files
build(deps): bump docker/login-action from 3.3.0 to 3.4.0 (#237)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@9780b0c...74a5d14) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a0fd145 commit 2262416

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ jobs:
3939
token_format: "access_token"
4040
- name: Login to Google Artifact Registry
4141
if: github.ref == 'refs/heads/main'
42-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # ratchet:docker/login-action@v2
42+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # ratchet:docker/login-action@v2
4343
with:
4444
registry: ${{ env.REGISTRY }}
4545
username: "oauth2accesstoken"
4646
password: "${{ steps.auth.outputs.access_token }}"
4747
- name: Login to GitHub Packages Docker Registry for cache images
48-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # Use commit-sha1 instead of tag for security concerns
48+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # Use commit-sha1 instead of tag for security concerns
4949
with:
5050
registry: ghcr.io
5151
username: ${{ github.actor }}

0 commit comments

Comments
 (0)