We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0657e5a commit cf4d43bCopy full SHA for cf4d43b
.github/workflows/docker-image.yaml
@@ -26,7 +26,7 @@ jobs:
26
run: echo "::set-output name=VERSION::${GITHUB_REF#refs/tags/v}"
27
28
- name: Log in to GitHub Container Registry
29
- uses: docker/login-action@1f36f5b7a2d2f7bfd524795fc966e6d88c37baa9
+ uses: docker/login-action@abd3abc99c62be8f17fda11fadefceaa006f6f9e
30
if: ${{ github.event_name != 'pull_request' }}
31
with:
32
registry: ghcr.io
0 commit comments