diff --git a/.github/workflows/beta_artifacts.yml b/.github/workflows/beta_artifacts.yml index 103cb279..314698fb 100644 --- a/.github/workflows/beta_artifacts.yml +++ b/.github/workflows/beta_artifacts.yml @@ -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: diff --git a/.github/workflows/live_artifacts.yml b/.github/workflows/live_artifacts.yml index c6fa6abd..4290ddc2 100644 --- a/.github/workflows/live_artifacts.yml +++ b/.github/workflows/live_artifacts.yml @@ -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: diff --git a/.github/workflows/test_network_artifacts.yml b/.github/workflows/test_network_artifacts.yml index f28f1a0f..ed733244 100644 --- a/.github/workflows/test_network_artifacts.yml +++ b/.github/workflows/test_network_artifacts.yml @@ -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: