mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-07 09:14:21 +00:00
perf: github action workflow
This commit is contained in:
parent
2fd50d2425
commit
7da82242fe
1
.github/workflows/build-base-image.yml
vendored
1
.github/workflows/build-base-image.yml
vendored
@ -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
Block a user