diff --git a/.github/workflows/build-enterprise.yml b/.github/workflows/build-enterprise.yml index 28706b5..86d02b3 100644 --- a/.github/workflows/build-enterprise.yml +++ b/.github/workflows/build-enterprise.yml @@ -84,7 +84,7 @@ jobs: if: > inputs.push_docker == true || startsWith(github.ref, 'refs/tags/') - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}