diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 48f6044..a21f1e3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -68,6 +68,7 @@ jobs: permissions: id-token: write contents: read + packages: write steps: - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 @@ -97,7 +98,7 @@ jobs: cache-to: type=gha,mode=max build-args: GIT_HASH=${{ github.sha }} tags: | - ${{ steps.login-ecr.outputs.registry }}/abicus:v${{ env.ABICUS_VERSION }}-${{ github.run_number }}.${{ github.run_attempt }} + ${{ steps.login-ecr.outputs.registry }}/abicus-prod:v${{ env.ABICUS_VERSION }}-${{ github.run_number }}.${{ github.run_attempt }} build-binaries: if: false