diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d915f5c..b2e0913 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: ${{ runner.os }}-go- - name: Login to ghcr.io - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.repository_owner }}