diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c3cc1c5..99c3b74 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -32,7 +32,7 @@ jobs: id: version - name: Docker Login - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: ghcr.io username: ${{ github.actor }}