Skip to content

Commit 6553aa2

Browse files
chore(deps): bump docker/login-action from 3.1.0 to 3.3.0 (#20)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.1.0 to 3.3.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.1.0...v3.3.0) --- 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 f6c6d90 commit 6553aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# https://github.com/docker/login-action
5757
- name: Log into registry ${{ env.REGISTRY }}
5858
if: github.event_name != 'pull_request'
59-
uses: docker/login-action@v3.1.0
59+
uses: docker/login-action@v3.3.0
6060
with:
6161
registry: ${{ env.REGISTRY }}
6262
username: ${{ github.actor }}

0 commit comments

Comments
 (0)