Skip to content

Commit

Permalink
Merge pull request #39 from devnw/dependabot/github_actions/docker/lo…
Browse files Browse the repository at this point in the history
…gin-action-3

Bump docker/login-action from 2 to 3
  • Loading branch information
benjivesterby authored Nov 21, 2024
2 parents b1050c8 + 2ed3dea commit f738a61
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 @@ -26,7 +26,7 @@ jobs:
cache: true
go-version: 1.20.x
- name: Docker Login
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit f738a61

Please sign in to comment.