diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 220e8ed03..e8d21374d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,7 +55,7 @@ jobs: run: | echo "VERSION=$(cat VERSION)" >> $GITHUB_ENV - name: Login to DockerHub - uses: docker/login-action@v4.3.0 + uses: docker/login-action@v4.4.0 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }}