diff --git a/.github/workflows/pull-request-cleanup.yml b/.github/workflows/pull-request-cleanup.yml index 77b3c785b..aee94cd6b 100644 --- a/.github/workflows/pull-request-cleanup.yml +++ b/.github/workflows/pull-request-cleanup.yml @@ -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 ]