diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 168ecdfc..0366ffb4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: id: go - name: Login to github registry - uses: docker/login-action@v1.14.1 + uses: docker/login-action@v2.0.0 with: registry: ghcr.io username: ${{ github.repository_owner }}