From 91a8b7861edd1375a80b1f20fcb8c34d06684018 Mon Sep 17 00:00:00 2001 From: Adam Legradi Date: Fri, 1 Mar 2024 15:36:33 +0000 Subject: [PATCH] update registry to fix image removal of uat deployments (#1071) --- .github/workflows/destroy_uat.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/destroy_uat.yml b/.github/workflows/destroy_uat.yml index 4a1522954..f7a69aaff 100644 --- a/.github/workflows/destroy_uat.yml +++ b/.github/workflows/destroy_uat.yml @@ -29,7 +29,7 @@ jobs: - name: Remove the app container image from the registry uses: bots-house/ghcr-delete-image-action@v1.0.1 with: - owner: ukfast + owner: ans-group name: docs-app tag: ${{ github.event.number }} token: ${{ secrets.REGISTRY_DELETE_PAT }} @@ -37,7 +37,7 @@ jobs: - name: Remove the populator container image from the registry uses: bots-house/ghcr-delete-image-action@v1.0.1 with: - owner: ukfast + owner: ans-group name: docs-populator tag: ${{ github.event.number }} token: ${{ secrets.REGISTRY_DELETE_PAT }}