Skip to content

Commit 2937d01

Browse files
Merge pull request #37 from fossillogic/dependabot/github_actions/docker/login-action-3.3.0
Bump docker/login-action from 3.0.0 to 3.3.0
2 parents 2d655e5 + e97818a commit 2937d01

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)