diff --git a/.github/workflows/live_artifacts.yml b/.github/workflows/live_artifacts.yml index e609a0fd..4a580323 100644 --- a/.github/workflows/live_artifacts.yml +++ b/.github/workflows/live_artifacts.yml @@ -83,7 +83,7 @@ jobs: - name: Build Docker (nanocurrency/nano) run: TRAVIS_TAG=${TAG} ci/actions/linux/docker-build.sh - name: Deploy Docker Hub (nanocurrency/nano) - if: ${{ github.repository == 'nanocurrency/nano-node' }} + if: ${{ github.repository == 'nanocurrency/nano-node' }} run: TRAVIS_TAG=${TAG} ci/actions/linux/docker-deploy.sh env: DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}