Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
philmcmahon committed Jan 29, 2024
1 parent 1c30f0c commit ded5323
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-whisper-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ jobs:
push: true
tags: |
ghcr.io/guardian/transcription-service:latest
ghcr.io/guardian/transcription-service:${{ github.build.number }}
${{ secrets.TRANSCRIPTION_SERVICE_ECR_URI }}:latest
${{ secrets.TRANSCRIPTION_SERVICE_ECR_URI }}:${{ github.build.number }}
provenance: false


0 comments on commit ded5323

Please sign in to comment.