Skip to content

Commit 494c8ef

Browse files
authored
Merge pull request #709 from onekey-sec/dependabot/github_actions/docker/login-action-3
chore(deps): bump docker/login-action from 2 to 3
2 parents 30688d5 + 74ab2df commit 494c8ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-publish-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
with:
114114
images: ${{ env.DOCKER_IMAGE }}
115115
- name: Login to GitHub Container Registry
116-
uses: docker/login-action@v2
116+
uses: docker/login-action@v3
117117
with:
118118
registry: ghcr.io
119119
username: ${{ github.actor }}

0 commit comments

Comments
 (0)