Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c

- uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c
- uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c
if: steps.release.outputs.published == 'true'

- uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c
- uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f
if: steps.release.outputs.published == 'true'
with:
registry: ghcr.io
Expand Down