mirror of https://github.com/jumpserver/jumpserver
perf: github action workflow
parent
2fd50d2425
commit
7da82242fe
|
@ -62,6 +62,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name 'github-actions[bot]'
|
git config --global user.name 'github-actions[bot]'
|
||||||
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
|
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 add Dockerfile
|
||||||
git commit -m "perf: Update Dockerfile with new base image tag"
|
git commit -m "perf: Update Dockerfile with new base image tag"
|
||||||
git push
|
git push
|
||||||
|
|
Loading…
Reference in New Issue