mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 13:26:44 +00:00
chore: change approval pr from 6 to 8
This commit is contained in:
parent
7a3bdec8d3
commit
ce7fdd3583
@ -85,7 +85,7 @@ jobs:
|
|||||||
- name: Set tags
|
- name: Set tags
|
||||||
id: set-tags
|
id: set-tags
|
||||||
run: |
|
run: |
|
||||||
echo "::set-output name=tags::${{ secrets.ALI_DOCKER_REGISTRY }}/nocobase/nocobase:pr-6-workflow-approval"
|
echo "::set-output name=tags::${{ secrets.ALI_DOCKER_REGISTRY }}/nocobase/nocobase:pr-8-workflow-approval"
|
||||||
- name: IMAGE_TAG
|
- name: IMAGE_TAG
|
||||||
env:
|
env:
|
||||||
IMAGE_TAG: pr-1
|
IMAGE_TAG: pr-1
|
||||||
@ -118,7 +118,7 @@ jobs:
|
|||||||
tags: ${{ steps.set-tags.outputs.tags }}
|
tags: ${{ steps.set-tags.outputs.tags }}
|
||||||
- name: Deploy NocoBase
|
- name: Deploy NocoBase
|
||||||
env:
|
env:
|
||||||
IMAGE_TAG: pr-6
|
IMAGE_TAG: pr-8
|
||||||
run: |
|
run: |
|
||||||
echo $IMAGE_TAG
|
echo $IMAGE_TAG
|
||||||
export APP_NAME=$(echo $IMAGE_TAG | cut -d ":" -f 2)-workflow-approval
|
export APP_NAME=$(echo $IMAGE_TAG | cut -d ":" -f 2)-workflow-approval
|
||||||
|
Loading…
Reference in New Issue
Block a user