diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 63f320b..d07a6ba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,7 +88,7 @@ jobs: name: Build the docker image steps: - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -115,7 +115,7 @@ jobs: # uncomment this if you're also using docker hub # - name: Login to Docker Container Registry # if: ${{ secrets.DOCKERHUB_TOKEN }} -# uses: docker/login-action@v2 +# uses: docker/login-action@v3 # with: # registry: ghcr.io # username: ${{ github.repository_owner }}