From 4f4f9ebff7d6e45fb4cf895d1a00e68583bc41f0 Mon Sep 17 00:00:00 2001 From: Ivan Shumkov Date: Fri, 10 Nov 2023 17:19:04 +0700 Subject: [PATCH] chore: rename dashmate_helper to dashmate-helper image --- .github/workflows/tests-dashmate.yml | 4 ++-- .github/workflows/tests-test-suite.yml | 4 ++-- .github/workflows/tests.yml | 2 +- packages/dashmate/docker-compose.build.dashmate_helper.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tests-dashmate.yml b/.github/workflows/tests-dashmate.yml index e4bf88f376..5034859e9d 100644 --- a/.github/workflows/tests-dashmate.yml +++ b/.github/workflows/tests-dashmate.yml @@ -71,8 +71,8 @@ jobs: # Dashmate helper image is hardcoded so we replace it with the built one VERSION=$(cat package.json | jq -r '.version') - docker pull $DOCKER_HUB_ORG/dashmate_helper:$SHA_TAG - docker tag $DOCKER_HUB_ORG/dashmate_helper:$SHA_TAG dashpay/dashmate-helper:${VERSION} + docker pull $DOCKER_HUB_ORG/dashmate-helper:$SHA_TAG + docker tag $DOCKER_HUB_ORG/dashmate-helper:$SHA_TAG dashpay/dashmate-helper:${VERSION} shell: bash - name: Get dashmate fingerprint diff --git a/.github/workflows/tests-test-suite.yml b/.github/workflows/tests-test-suite.yml index 3426409d04..554a59287b 100644 --- a/.github/workflows/tests-test-suite.yml +++ b/.github/workflows/tests-test-suite.yml @@ -58,8 +58,8 @@ jobs: SHA_TAG=sha-${{ github.sha }} VERSION=$(cat package.json | jq -r '.version') - docker pull $DOCKER_HUB_ORG/dashmate_helper:$SHA_TAG - docker tag $DOCKER_HUB_ORG/dashmate_helper:$SHA_TAG dashpay/dashmate_helper:$VERSION + docker pull $DOCKER_HUB_ORG/dashmate-helper:$SHA_TAG + docker tag $DOCKER_HUB_ORG/dashmate-helper:$SHA_TAG dashpay/dashmate-helper:$VERSION - name: Get dashmate fingerprint id: dashmate-fingerprint diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3779fe2121..5aba68f608 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -59,7 +59,7 @@ jobs: image_name: dapi target: dapi - name: Dashmate helper - image_name: dashmate_helper + image_name: dashmate-helper target: dashmate-helper uses: ./.github/workflows/tests-build-image.yml with: diff --git a/packages/dashmate/docker-compose.build.dashmate_helper.yml b/packages/dashmate/docker-compose.build.dashmate_helper.yml index 80036a6f36..f2d1dc2209 100644 --- a/packages/dashmate/docker-compose.build.dashmate_helper.yml +++ b/packages/dashmate/docker-compose.build.dashmate_helper.yml @@ -19,4 +19,4 @@ services: - ${CACHE_DASHMATE_HELPER_FROM:-${DASHMATE_HELPER_DOCKER_IMAGE}} cache_to: - ${CACHE_DASHMATE_HELPER_TO:-type=inline} - image: dashmate_helper:local + image: dashmate-helper:local