mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-05-17 13:01:16 +00:00
Update build-base-image.yml
This commit is contained in:
3
.github/workflows/build-base-image.yml
vendored
3
.github/workflows/build-base-image.yml
vendored
@@ -71,6 +71,7 @@ jobs:
|
||||
push: true
|
||||
file: Dockerfile-base
|
||||
tags: jumpserver/core-base:${{ env.IMAGE_TAG }}
|
||||
context: .
|
||||
|
||||
- name: Update Dockerfile
|
||||
run: |
|
||||
@@ -91,4 +92,4 @@ jobs:
|
||||
run: |
|
||||
curl -X POST -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
|
||||
-d '{"state":"success", "description":"Action running, merge disabled", "context":"Lock PR"}' \
|
||||
"https://api.github.com/repos/${{ github.repository }}/statuses/${{ github.sha }}"
|
||||
"https://api.github.com/repos/${{ github.repository }}/statuses/${{ github.sha }}"
|
||||
|
||||
Reference in New Issue
Block a user