This commit is contained in:
@@ -8,13 +8,13 @@ jobs:
|
|||||||
startsWith(gitea.event.comment.body, '/deploy')
|
startsWith(gitea.event.comment.body, '/deploy')
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Get branch name
|
- name: Get branch name
|
||||||
id: branch_name
|
id: branch_name
|
||||||
uses: ./.gitea/actions/getTagSafeRef
|
uses: ./.gitea/actions/getTagSafeRef
|
||||||
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
# - name: Build and push image
|
# - name: Build and push image
|
||||||
# id: docker_build
|
# id: docker_build
|
||||||
# uses: ./.gitea/actions/build
|
# uses: ./.gitea/actions/build
|
||||||
|
|||||||
Reference in New Issue
Block a user