mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-06-21 04:32:27 +00:00
perf: workflow push with full name
This commit is contained in:
parent
134f1a440c
commit
ed6de83e8c
2
.github/workflows/build-base-image.yml
vendored
2
.github/workflows/build-base-image.yml
vendored
@ -65,6 +65,6 @@ jobs:
|
|||||||
git checkout -b ${{ github.event.pull_request.head.ref }}
|
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 origin ${{ github.event.pull_request.head.ref }}
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user