diff --git a/.github/workflows/pull-request-cleanup.yml b/.github/workflows/pull-request-cleanup.yml index 23cc6f7..b105038 100644 --- a/.github/workflows/pull-request-cleanup.yml +++ b/.github/workflows/pull-request-cleanup.yml @@ -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.yml@v2.3.1 + uses: aeternity/github-actions/.github/workflows/_delete-tag-ecr.yml@v2.3.1 secrets: inherit with: TAG: "pr-${{ github.event.number }}"