Skip to content

Commit 096fb29

Browse files
dependabot[bot]vdemeester
authored andcommitted
build(deps): bump docker/login-action from 2.1.0 to 2.2.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@f4ef78c...465a078) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 154f980 commit 096fb29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
echo "List all the files that have changed: ${{ steps.changed-files-specific.outputs.all_changed_files }}"
5050
- name: Log in to the Container registry
5151
if: steps.changed-files.outputs.any_changed == 'true' || github.event_name != 'pull_request'
52-
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
52+
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
5353
with:
5454
registry: ${{ env.REGISTRY }}
5555
username: ${{ github.actor }}

0 commit comments

Comments
 (0)