Skip to content

Commit

Permalink
chore: fix CI delete ECR param
Browse files Browse the repository at this point in the history
  • Loading branch information
dincho committed Nov 7, 2024
1 parent be86ac4 commit 01e992c
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/[email protected]
secrets: inherit
with:
DOCKERHUB_TAG: "pr-${{ github.event.number }}"
TAG: "pr-${{ github.event.number }}"
cleanup:
uses: aeternity/github-actions/.github/workflows/[email protected]
needs: [ delete-tag ]
Expand Down

0 comments on commit 01e992c

Please sign in to comment.