Skip to content

Commit 9e95cbe

Browse files
authored
Merge pull request #89 from Mincka/dependabot/github_actions/docker/login-action-3.7.0
Bump docker/login-action from 3.6.0 to 3.7.0
2 parents 89c382d + 4ceecc7 commit 9e95cbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/builder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
105105
- name: Login to GitHub Container Registry
106106
if: env.BUILD_ARGS != '--test'
107-
uses: docker/login-action@v3.6.0
107+
uses: docker/login-action@v3.7.0
108108
with:
109109
registry: ghcr.io
110110
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)