From 0a0de971aa0a9de994e003dce1c3084444f3e0f5 Mon Sep 17 00:00:00 2001 From: Dincho Todorov Date: Fri, 12 Jul 2024 15:03:10 +0300 Subject: [PATCH] Fix ECR tag cleanup after PR --- .github/workflows/pull-request-cleanup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}"