Skip to content

Commit

Permalink
Fix wrong delete-ecr tag param
Browse files Browse the repository at this point in the history
  • Loading branch information
dincho committed Jul 9, 2024
1 parent 627fd91 commit 71404c1
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 @@ -18,7 +18,7 @@ jobs:
uses: aeternity/github-actions/.github/workflows/_delete-tag-ecr.yml@v2.3.1
secrets: inherit
with:
DOCKERHUB_TAG: "pr-${{ github.event.number }}"
TAG: "pr-${{ github.event.number }}"
cleanup:
uses: aeternity/github-actions/.github/workflows/_cleanup-ecr.yml@v2.3.1
needs: [ delete-tag ]
Expand Down

0 comments on commit 71404c1

Please sign in to comment.