Skip to content

Commit

Permalink
Fix ECR tag cleanup after PR
Browse files Browse the repository at this point in the history
  • Loading branch information
dincho committed Jul 12, 2024
1 parent e38fa79 commit 0a0de97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
DEPLOY_VERSION: "pr-${{ github.event.number }}"
DEPLOY_SUBDOMAIN: "pr-${{ github.event.number }}-faucet"
delete-tag:
uses: aeternity/github-actions/.github/workflows/_delete-tag-docker[email protected]
uses: aeternity/github-actions/.github/workflows/_delete-tag-ecr[email protected]
secrets: inherit
with:
TAG: "pr-${{ github.event.number }}"
Expand Down

0 comments on commit 0a0de97

Please sign in to comment.