Skip to content

Commit

Permalink
Merge pull request #26 from adfinis/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…login-action-3

chore(ci): bump docker/login-action from 2 to 3
  • Loading branch information
tongpu authored Sep 18, 2023
2 parents 0db4ade + 83b2fdf commit c099cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Login to GHCR
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit c099cae

Please sign in to comment.