Skip to content

Commit

Permalink
Merge pull request #52 from sitkoru/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…login-action-3

chore(deps): bump docker/login-action from 1 to 3
  • Loading branch information
SonicGD authored Dec 7, 2023
2 parents 4ce35ed + c69ca4f commit 4c9ed42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
restore-keys: |
${{ runner.os }}-buildx-
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ secrets.BOT_NAME }}
Expand Down

0 comments on commit 4c9ed42

Please sign in to comment.