diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 664463a94..220e8ed03 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.2.0 + uses: docker/login-action@v4.3.0 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }}