Skip to content

Commit

Permalink
update registry to fix image removal of uat deployments (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
alegradi authored Mar 1, 2024
1 parent f44318c commit 91a8b78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/destroy_uat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:
- name: Remove the app container image from the registry
uses: bots-house/[email protected]
with:
owner: ukfast
owner: ans-group
name: docs-app
tag: ${{ github.event.number }}
token: ${{ secrets.REGISTRY_DELETE_PAT }}

- name: Remove the populator container image from the registry
uses: bots-house/[email protected]
with:
owner: ukfast
owner: ans-group
name: docs-populator
tag: ${{ github.event.number }}
token: ${{ secrets.REGISTRY_DELETE_PAT }}

0 comments on commit 91a8b78

Please sign in to comment.