Update CI file
This commit is contained in:
parent
e4019c9a63
commit
f70b77fadb
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@ -52,7 +52,7 @@ jobs:
|
||||
run: |
|
||||
echo $GITHUB_REF
|
||||
echo ${GITHUB_REF#refs/*/}
|
||||
# csbt test
|
||||
csbt test
|
||||
publish:
|
||||
name: Publish Release Docker Image
|
||||
needs: [build]
|
||||
@ -100,7 +100,7 @@ jobs:
|
||||
- name: Publish
|
||||
run: |
|
||||
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
|
||||
csbt docker:stage
|
||||
csbt docker:publish
|
||||
|
||||
publish-devel:
|
||||
name: Publish Devel Docker Image
|
||||
@ -149,4 +149,4 @@ jobs:
|
||||
run: csbt flyway/flywayMigrate
|
||||
- name: Publish
|
||||
run: |
|
||||
csbt docker:stage
|
||||
csbt docker:publish
|
||||
|
Loading…
Reference in New Issue
Block a user