mirror of https://github.com/jumpserver/jumpserver
perf: workflow push with full name
parent
134f1a440c
commit
ed6de83e8c
|
@ -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