Browse Source

perf: github action workflow

pull/14153/merge
ibuler 2 months ago committed by 老广
parent
commit
7da82242fe
  1. 1
      .github/workflows/build-base-image.yml

1
.github/workflows/build-base-image.yml

@ -62,6 +62,7 @@ jobs:
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
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

Loading…
Cancel
Save