Skip to content

Commit dcf8184

Browse files
Merge pull request #71 from WillCodeForCats/dependabot/github_actions/docker/login-action-3.6.0
Bump docker/login-action from 3.5.0 to 3.6.0
2 parents 267761c + a35c871 commit dcf8184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/builder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
9393
- name: Login to GitHub Container Registry
9494
if: env.BUILD_ARGS != '--test'
95-
uses: docker/login-action@v3.5.0
95+
uses: docker/login-action@v3.6.0
9696
with:
9797
registry: ghcr.io
9898
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)