Skip to content

Commit

Permalink
Make non-prod docker image for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
emsknock committed Aug 27, 2024
1 parent 9d9f5f0 commit e5f5670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e5f5670

Please sign in to comment.