Skip to content

Commit

Permalink
chore: rename dashmate_helper to dashmate-helper image
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Nov 10, 2023
1 parent 20b3fda commit 4f4f9eb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-dashmate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion packages/dashmate/docker-compose.build.dashmate_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4f4f9eb

Please sign in to comment.