diff --git a/.github/workflows/container-release.yml b/.github/workflows/container-release.yml index 23175c3..645b783 100644 --- a/.github/workflows/container-release.yml +++ b/.github/workflows/container-release.yml @@ -35,7 +35,7 @@ jobs: - name: Login to DockerHub id: login-dockerhub if: success() - uses: docker/login-action@v1.10.0 + uses: docker/login-action@v3.2.0 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_ACCESSTOKEN }} @@ -43,7 +43,7 @@ jobs: - name: Login to GitHub Container Registry id: login-ghcr if: success() - uses: docker/login-action@v1.10.0 + uses: docker/login-action@v3.2.0 with: registry: ghcr.io username: ${{ github.repository_owner }}