Skip to content

Commit

Permalink
Merge pull request #95 from reload/dependabot/github_actions/docker/l…
Browse files Browse the repository at this point in the history
…ogin-action-3
  • Loading branch information
dependabot[bot] authored Sep 13, 2023
2 parents eb06693 + 0db20b6 commit 69a1a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@master
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
if: ${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
with:
registry: ghcr.io
Expand Down

0 comments on commit 69a1a8a

Please sign in to comment.