Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Aug 22, 2023
1 parent 52577d4 commit dc3bb4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/media_proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ jobs:
cache-from: type=gha,scope=${{ matrix.identifier }}
cache-to: type=gha,mode=max,scope=${{ matrix.identifier }}
tags: |
${{ env.ECR_REPOSITORY }}:${{ matrix.image_tag }}
${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}
${{ env.GHCR_REPOSITORY }}:${{ matrix.image_tag }}
${{ env.ECR_REPOSITORY }}/media-proxy:${{ matrix.image_tag }}
${{ env.ECR_REPOSITORY }}/media-proxy:${{ env.IMAGE_TAG }}
${{ env.GHCR_REPOSITORY }}/media-proxy:${{ matrix.image_tag }}
deploy:
name: Deploy
Expand Down

0 comments on commit dc3bb4a

Please sign in to comment.