Skip to content

Commit c521581

Browse files
Bump docker/login-action from 1.10.0 to 3.4.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.10.0 to 3.4.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@f054a8b...74a5d14) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 893ad86 commit c521581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
echo "IMAGE=$IMAGE_BASE:$TAG" >> $GITHUB_ENV
3939
4040
- name: Login to GitHub Packages Docker Registry
41-
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 # Use commit-sha1 instead of tag for security concerns
41+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # Use commit-sha1 instead of tag for security concerns
4242
with:
4343
registry: ghcr.io
4444
username: ${{ github.actor }}

0 commit comments

Comments
 (0)