Skip to content

Commit

Permalink
fix: deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jsterner30 committed Apr 15, 2024
1 parent d463523 commit 20e6cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
with:
context: webhooks
push: true
tags: ${{ env.WEBHOOK_ECR_REGISTRY }}/${{ env.WEBHOOK_ECR_REPO }}:${{ env.WEBHOOK_IMAGE_TAG }}
tags: ${{ env.WEBHOOKS_ECR_REGISTRY }}/${{ env.WEBHOOKS_ECR_REPO }}:${{ env.WEBHOOKS_IMAGE_TAG }}
cache-from: type=gha
cache-to: type=gha,mode=max

Expand Down

0 comments on commit 20e6cb3

Please sign in to comment.