Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: echo "::set-output name=VERSION::${GITHUB_REF#refs/tags/v}"

- name: Log in to GitHub Container Registry
uses: docker/login-action@1f36f5b7a2d2f7bfd524795fc966e6d88c37baa9
uses: docker/login-action@ba754150c9dbbaa912ae0ac3cfba43f84195cef2
if: ${{ github.event_name != 'pull_request' }}
with:
registry: ghcr.io
Expand Down
Loading