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 1004863 commit 0ae244a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-whisper-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ jobs:
run: |
docker buildx imagetools create \
--tag ${{ secrets.TRANSCRIPTION_SERVICE_ECR_URI }}:latest \
--tag ${{ secrets.TRANSCRIPTION_SERVICE_ECR_URI }}:${{ env.GITHUB_RUN_NUMBER }} \
--tag ${{ secrets.TRANSCRIPTION_SERVICE_ECR_URI }}:$GITHUB_RUN_NUMBER \
transcription-service:latest

0 comments on commit 0ae244a

Please sign in to comment.