Skip to content

Commit 4cf82af

Browse files
authored
Merge pull request #121 from coord-e/dependabot/github_actions/docker/login-action-3
chore(deps): bump docker/login-action from 2 to 3
2 parents cccbd64 + 359a058 commit 4cf82af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
path: ${{ env.BIN_DIR }}/arm64/
7272
- run: chmod +x $BIN_DIR/{amd64,arm64}/*
7373
- uses: docker/setup-buildx-action@v3
74-
- uses: docker/login-action@v2
74+
- uses: docker/login-action@v3
7575
with:
7676
registry: ghcr.io
7777
username: ${{ github.actor }}

0 commit comments

Comments
 (0)