diff --git a/.github/workflows/docker-image.yaml b/.github/workflows/docker-image.yaml index 7ce9df9..349af67 100644 --- a/.github/workflows/docker-image.yaml +++ b/.github/workflows/docker-image.yaml @@ -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@7ca345011ac4304463197fac0e56eab1bc7e6af0 if: ${{ github.event_name != 'pull_request' }} with: registry: ghcr.io