Skip to content

Commit 685043f

Browse files
chore(deps): bump docker/login-action in the github-actions group (#166)
Bumps the github-actions group with 1 update: [docker/login-action](https://github.com/docker/login-action). Updates `docker/login-action` from 3 to 4 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c2259d0 commit 685043f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
echo "hash_last_changed=$hash_last_changed" >> $GITHUB_ENV
2525
2626
- name: 'Login to GitHub Container Registry'
27-
uses: docker/login-action@v3
27+
uses: docker/login-action@v4
2828
with:
2929
registry: ghcr.io
3030
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)