From 1a182a2198682eecdcfa0421f79f305a77018bc3 Mon Sep 17 00:00:00 2001 From: sm47916 Date: Mon, 20 Nov 2023 14:18:23 +0000 Subject: [PATCH] fix project name --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index e600b83a..d8b0230b 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -61,4 +61,4 @@ jobs: file: docker-builds/${{ matrix.image }}/Dockerfile build-args: BUILD_ENV=${{ matrix.env }} push: true - tags: ${{ secrets.ECR_REGISTRY }}/streamtide-${{ matrix.image }}:latest-${{ matrix.env }} + tags: ${{ secrets.ECR_REGISTRY }}/ethlance-${{ matrix.image }}:latest-${{ matrix.env }}