Update image name to zenith-wallet-web
All checks were successful
Lint and Build / Run lint and build checks (pull_request) Successful in 3m24s
All checks were successful
Lint and Build / Run lint and build checks (pull_request) Successful in 3m24s
This commit is contained in:
parent
f07f5a57a9
commit
7f53cf4622
@ -11,19 +11,19 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Run docker build
|
||||
run: docker build -t laconic-wallet-web -f stack/stack-orchestrator/container-build/cerc-laconic-wallet-web/Dockerfile .
|
||||
run: docker build -t zenith-wallet-web -f stack/stack-orchestrator/container-build/cerc-zenith-wallet-web/Dockerfile .
|
||||
- name: Get the version
|
||||
id: vars
|
||||
run: |
|
||||
echo ::set-output name=sha::$(echo ${GITHUB_SHA:0:7})
|
||||
echo ::set-output name=tag::$(echo ${GITHUB_REF#refs/tags/})
|
||||
- name: Tag docker image
|
||||
run: docker tag laconic-wallet-web git.vdb.to/laconicnetwork/laconic-wallet-web:${{steps.vars.outputs.sha}}
|
||||
run: docker tag zenith-wallet-web git.vdb.to/laconicnetwork/cerc/zenith-wallet-web:${{steps.vars.outputs.sha}}
|
||||
- name: Tag docker image
|
||||
run: docker tag git.vdb.to/laconicnetwork/laconic-wallet-web:${{steps.vars.outputs.sha}} git.vdb.to/laconicnetwork/laconic-wallet-web:${{steps.vars.outputs.tag}}
|
||||
run: docker tag git.vdb.to/laconicnetwork/cerc/zenith-wallet-web:${{steps.vars.outputs.sha}} git.vdb.to/laconicnetwork/cerc/zenith-wallet-web:${{steps.vars.outputs.tag}}
|
||||
- name: Docker Login
|
||||
run: echo ${{ secrets.CICD_PUBLISH_TOKEN }} | docker login https://git.vdb.to -u laconiccicd --password-stdin
|
||||
- name: Docker Push
|
||||
run: docker push git.vdb.to/laconicnetwork/laconic-wallet-web:${{steps.vars.outputs.sha}}
|
||||
run: docker push git.vdb.to/laconicnetwork/cerc/zenith-wallet-web:${{steps.vars.outputs.sha}}
|
||||
- name: Docker Push TAGGED
|
||||
run: docker push git.vdb.to/laconicnetwork/laconic-wallet-web:${{steps.vars.outputs.tag}}
|
||||
run: docker push git.vdb.to/laconicnetwork/cerc/zenith-wallet-web:${{steps.vars.outputs.tag}}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "web-wallet",
|
||||
"version": "0.1.7",
|
||||
"version": "0.1.7-zenith-0.1.1",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@laconic-network/cosmjs-util": "^0.1.0",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user