Skip to content

Commit

Permalink
Merge pull request #276 from hermit-os/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/login-action-3

Bump docker/login-action from 2 to 3
  • Loading branch information
mkroening authored Sep 18, 2023
2 parents 72e0fd6 + e5b1483 commit fd023a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: hermit-os
Expand Down

0 comments on commit fd023a1

Please sign in to comment.