diff --git a/.github/workflows/build-base-image.yml b/.github/workflows/build-base-image.yml index 764555294..2c2efa825 100644 --- a/.github/workflows/build-base-image.yml +++ b/.github/workflows/build-base-image.yml @@ -65,6 +65,6 @@ jobs: git checkout -b ${{ github.event.pull_request.head.ref }} git add Dockerfile git commit -m "perf: Update Dockerfile with new base image tag" - git push + git push origin ${{ github.event.pull_request.head.ref }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}