Skip to content

Commit

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

[ci skip]: Bump docker/login-action from 2.1.0 to 2.2.0
  • Loading branch information
danclough committed Dec 15, 2023
2 parents a50d7ae + bc3978b commit 318472f
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.1.0
uses: docker/login-action@v2.2.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit 318472f

Please sign in to comment.