Skip to content

Commit

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

[ci skip]: Bump docker/login-action from 3.0.0 to 3.1.0
  • Loading branch information
danclough authored Apr 19, 2024
2 parents b2c053e + 0add603 commit 7f80870
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@v3.0.0
uses: docker/login-action@v3.1.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit 7f80870

Please sign in to comment.