Skip to content

Commit 73465ca

Browse files
authored
Merge pull request #63 from ssciwr/dependabot/github_actions/docker/login-action-3.6.0
Bump docker/login-action from 3.4.0 to 3.6.0
2 parents 7558cc6 + 8a26d48 commit 73465ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v4
2525

2626
- name: Log in to GHCR
27-
uses: docker/login-action@v3.4.0
27+
uses: docker/login-action@v3.6.0
2828
with:
2929
registry: ${{ env.REGISTRY }}
3030
username: ${{ github.actor }}

0 commit comments

Comments
 (0)