diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2b04256..48f6044 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -97,7 +97,7 @@ jobs: cache-to: type=gha,mode=max build-args: GIT_HASH=${{ github.sha }} tags: | - ${{ steps.login-ecr.outputs.registry }}/abicus-prod:v${{ env.ABICUS_VERSION }}-${{ github.run_number }}.${{ github.run_attempt }} + ${{ steps.login-ecr.outputs.registry }}/abicus:v${{ env.ABICUS_VERSION }}-${{ github.run_number }}.${{ github.run_attempt }} build-binaries: if: false