Provide more descriptive naems for docker deploy steps
This commit is contained in:
parent
7efbae9f05
commit
11636d10c3
3 changed files with 3 additions and 3 deletions
2
.github/workflows/beta_artifacts.yml
vendored
2
.github/workflows/beta_artifacts.yml
vendored
|
@ -81,7 +81,7 @@ jobs:
|
|||
env:
|
||||
COMPILER: gcc
|
||||
run: ci/actions/linux/install_deps.sh
|
||||
- name: Deploy Docker (nanocurrency/nano-beta)
|
||||
- name: Deploy Docker Hub (nanocurrency/nano-beta)
|
||||
if: ${{ github.repository == 'nanocurrency/nano-node' }}
|
||||
run: TRAVIS_TAG=${TAG} ci/actions/linux/deploy-docker.sh
|
||||
env:
|
||||
|
|
2
.github/workflows/live_artifacts.yml
vendored
2
.github/workflows/live_artifacts.yml
vendored
|
@ -80,7 +80,7 @@ jobs:
|
|||
env:
|
||||
COMPILER: gcc
|
||||
run: ci/actions/linux/install_deps.sh
|
||||
- name: Deploy Docker (nanocurrency/nano)
|
||||
- name: Deploy Docker Hub (nanocurrency/nano)
|
||||
if: ${{ github.repository == 'nanocurrency/nano-node' }}
|
||||
run: TRAVIS_TAG=${TAG} ci/actions/linux/deploy-docker.sh
|
||||
env:
|
||||
|
|
2
.github/workflows/test_network_artifacts.yml
vendored
2
.github/workflows/test_network_artifacts.yml
vendored
|
@ -81,7 +81,7 @@ jobs:
|
|||
env:
|
||||
COMPILER: gcc
|
||||
run: ci/actions/linux/install_deps.sh
|
||||
- name: Deploy Docker (nanocurrency/nano)
|
||||
- name: Deploy Docker Hub (nanocurrency/nano-test)
|
||||
if: ${{ github.repository == 'nanocurrency/nano-node' }}
|
||||
run: TRAVIS_TAG=${TAG} ci/actions/linux/deploy-docker.sh
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue