diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 93acaf8..c277530 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Login to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -54,7 +54,7 @@ jobs: - name: Login to Docker Hub if: vars.DOCKERHUB_USERNAME != '' continue-on-error: true - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}