Skip to content

Commit e97818a

Browse files
Bump docker/login-action from 3.0.0 to 3.3.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.0.0 to 3.3.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@343f7c4...9780b0c) --- 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 85ccc29 commit e97818a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
# https://github.com/docker/login-action
5151
- name: Log into registry ${{ env.REGISTRY }}
5252
if: github.event_name != 'pull_request'
53-
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
53+
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
5454
with:
5555
registry: ${{ env.REGISTRY }}
5656
username: ${{ github.actor }}

0 commit comments

Comments
 (0)