Update ci.yaml
This commit is contained in:
parent
f70b77fadb
commit
5d12bdd3ce
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
@ -95,11 +95,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
username: rohansircar
|
username: rohansircar
|
||||||
password: ${{ secrets.DOCKER_LOGIN_PASSWORD }}
|
password: ${{ secrets.DOCKER_LOGIN_PASSWORD }}
|
||||||
|
- name: Set env
|
||||||
|
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
|
||||||
- name: Migrate
|
- name: Migrate
|
||||||
run: csbt flyway/flywayMigrate
|
run: csbt flyway/flywayMigrate
|
||||||
- name: Publish
|
- name: Publish
|
||||||
run: |
|
run: |
|
||||||
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
|
|
||||||
csbt docker:publish
|
csbt docker:publish
|
||||||
|
|
||||||
publish-devel:
|
publish-devel:
|
||||||
|
Loading…
Reference in New Issue
Block a user