Skip to content

Commit

Permalink
Merge pull request #7 from FoxBukkit/renovate/docker-login-action-3.x
Browse files Browse the repository at this point in the history
Update docker/login-action action to v3
  • Loading branch information
Doridian authored Sep 13, 2023
2 parents 129df50 + 68b062d commit fcdb56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v3
- name: Log in to GitHub Docker Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit fcdb56d

Please sign in to comment.