diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index 6946459..ac6c4fa 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -29,7 +29,7 @@ jobs: id: buildx uses: docker/setup-buildx-action@master - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 if: ${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }} with: registry: ghcr.io