Skip to content

Commit

Permalink
Merge pull request #145 from reload/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…login-action-3
  • Loading branch information
dependabot[bot] authored Sep 13, 2023
2 parents ba1e055 + 24905f2 commit c80815e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit c80815e

Please sign in to comment.