Skip to content

Commit

Permalink
Merge pull request #23 from danclough/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/login-action-3.0.0

[ci skip]: Bump docker/login-action from 2.2.0 to 3.0.0
  • Loading branch information
danclough committed Mar 26, 2024
2 parents c939842 + 96c850e commit 400fd61
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 @@ -38,7 +38,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/[email protected]
- name: Login to GitHub Container Registry
uses: docker/login-action@v2.2.0
uses: docker/login-action@v3.0.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit 400fd61

Please sign in to comment.