diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 637bc2d..c2a2b40 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: cache: true go-version: 1.20.x - name: Docker Login - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.repository_owner }}