Browse Source

perf: workflow push with full name

pull/14172/head
ibuler 2 months ago committed by 老广
parent
commit
ed6de83e8c
  1. 2
      .github/workflows/build-base-image.yml

2
.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 }}

Loading…
Cancel
Save