Skip to content

Commit

Permalink
Merge pull request #447 from cailloumajor/renovate/docker-login-actio…
Browse files Browse the repository at this point in the history
…n-3.x

chore(deps): update docker/login-action action to v3
  • Loading branch information
cailloumajor authored Sep 12, 2023
2 parents ce598d9 + 15e38d9 commit 5603cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Docker 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.actor }}
Expand Down

0 comments on commit 5603cec

Please sign in to comment.