Skip to content

Commit

Permalink
Merge pull request #545 from codecentric/renovate/docker-login-action…
Browse files Browse the repository at this point in the history
…-3.x

chore(deps): update docker/login-action action to v3
  • Loading branch information
cc-ju authored Sep 29, 2023
2 parents 898e3ae + f5f1985 commit 4216fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: docker buildx build --platform "${{ inputs.platforms }}" .
- name: 🔑 Login to GitHub Container registry
if: github.ref == 'refs/heads/main' && inputs.version != 'dev'
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 4216fe8

Please sign in to comment.