Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/destroy_uat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
kubectl -n docs-uat delete deployments -l 'app.kubernetes.io/instance=docs-uat-${{ github.event.number }}'

- name: Remove the app container image from the registry
uses: bots-house/ghcr-delete-image-action@v1.0.1
uses: bots-house/ghcr-delete-image-action@v1.1.0
with:
owner: ukfast
name: docs-app
tag: ${{ github.event.number }}
token: ${{ secrets.REGISTRY_DELETE_PAT }}

- name: Remove the populator container image from the registry
uses: bots-house/ghcr-delete-image-action@v1.0.1
uses: bots-house/ghcr-delete-image-action@v1.1.0
with:
owner: ukfast
name: docs-populator
Expand Down