Skip to content

Commit d81a115

Browse files
Merge pull request #1708 from carvel-dev/dependabot/github_actions/docker/login-action-3.4.0
Bump docker/login-action from 3.1.0 to 3.4.0
2 parents 1aa1ca0 + ba0bb0c commit d81a115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-process.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
token: ${{ secrets.GITHUB_TOKEN }}
3131

3232
- name: Login to GitHub Container Registry
33-
uses: docker/login-action@v3.1.0
33+
uses: docker/login-action@v3.4.0
3434
with:
3535
registry: ghcr.io
3636
username: ${{ github.actor }}

0 commit comments

Comments
 (0)