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 bd3ed46 commit aca1511Copy full SHA for aca1511
.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@06895751d15a223ec091bea144ad5c7f50d228d0
30
if: ${{ github.event_name != 'pull_request' }}
31
with:
32
registry: ghcr.io
0 commit comments