Updates the CI workflows to the new docker scripts
This commit is contained in:
parent
7b75f6c6d4
commit
327e6873e8
4 changed files with 10 additions and 4 deletions
4
.github/workflows/beta_artifacts.yml
vendored
4
.github/workflows/beta_artifacts.yml
vendored
|
@ -81,8 +81,10 @@ jobs:
|
|||
env:
|
||||
COMPILER: gcc
|
||||
run: ci/actions/linux/install_deps.sh
|
||||
- name: Build Docker (nanocurrency/nano-beta)
|
||||
run: TRAVIS_TAG=${TAG} ci/actions/linux/docker-build.sh
|
||||
- name: Deploy Docker (nanocurrency/nano-beta)
|
||||
run: TRAVIS_TAG=${TAG} ci/actions/linux/deploy-docker.sh
|
||||
run: TRAVIS_TAG=${TAG} ci/actions/linux/docker-deploy.sh
|
||||
env:
|
||||
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
|
||||
- name: Login to ghcr.io
|
||||
|
|
2
.github/workflows/develop.yml
vendored
2
.github/workflows/develop.yml
vendored
|
@ -22,6 +22,6 @@ jobs:
|
|||
- name: Deploy Docker (ghcr.io)
|
||||
run: ci/actions/linux/ghcr_push.sh
|
||||
- name: Deploy Docker (nanocurrency/nano-env)
|
||||
run: ci/actions/linux/deploy-docker.sh
|
||||
run: ci/actions/linux/docker-deploy.sh
|
||||
env:
|
||||
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
|
4
.github/workflows/live_artifacts.yml
vendored
4
.github/workflows/live_artifacts.yml
vendored
|
@ -80,8 +80,10 @@ jobs:
|
|||
env:
|
||||
COMPILER: gcc
|
||||
run: ci/actions/linux/install_deps.sh
|
||||
- name: Build Docker (nanocurrency/nano)
|
||||
run: TRAVIS_TAG=${TAG} ci/actions/linux/docker-build.sh
|
||||
- name: Deploy Docker (nanocurrency/nano)
|
||||
run: TRAVIS_TAG=${TAG} ci/actions/linux/deploy-docker.sh
|
||||
run: TRAVIS_TAG=${TAG} ci/actions/linux/docker-deploy.sh
|
||||
env:
|
||||
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
|
||||
- name: Login to ghcr.io
|
||||
|
|
4
.github/workflows/test_network_artifacts.yml
vendored
4
.github/workflows/test_network_artifacts.yml
vendored
|
@ -81,8 +81,10 @@ jobs:
|
|||
env:
|
||||
COMPILER: gcc
|
||||
run: ci/actions/linux/install_deps.sh
|
||||
- name: Build Docker (nanocurrency/nano)
|
||||
run: TRAVIS_TAG=${TAG} ci/actions/linux/docker-build.sh
|
||||
- name: Deploy Docker (nanocurrency/nano)
|
||||
run: TRAVIS_TAG=${TAG} ci/actions/linux/deploy-docker.sh
|
||||
run: TRAVIS_TAG=${TAG} ci/actions/linux/docker-deploy.sh
|
||||
env:
|
||||
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
|
||||
- name: Login to ghcr.io
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue