Skip to content

Commit db9bf0b

Browse files
authored
Merge pull request #112 from CCI-MOC/dependabot/github_actions/docker/login-action-3
Bump docker/login-action from 2 to 3
2 parents 478223c + 03ea5b8 commit db9bf0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# https://github.com/docker/login-action
3737
- name: Log into registry ${{ env.REGISTRY }}
3838
if: github.event_name != 'pull_request'
39-
uses: docker/login-action@v2
39+
uses: docker/login-action@v3
4040
with:
4141
registry: ${{ env.REGISTRY }}
4242
username: ${{ github.actor }}

0 commit comments

Comments
 (0)