Skip to content

Commit

Permalink
Bump docker/login-action from 2 to 3 in /.github/workflows (#325)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marc Auberer <marc.auberer@chillibits.com>
  • Loading branch information
dependabot[bot] and marcauberer committed Sep 13, 2023
1 parent 9e86beb commit 3619c0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,14 +186,14 @@ jobs:
restore-keys: ${{ runner.os }}-go-

- name: Docker login GHCR
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.CR_PAT }}

- name: Docker login Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: docker.io
username: chillibits
Expand Down

0 comments on commit 3619c0f

Please sign in to comment.