From f64c0a061cd23ca13c74a0da31ee33c9e4b9d934 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 09:09:14 +0000 Subject: [PATCH] Bump bots-house/ghcr-delete-image-action from 1.0.1 to 1.1.0 Bumps [bots-house/ghcr-delete-image-action](https://github.com/bots-house/ghcr-delete-image-action) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/bots-house/ghcr-delete-image-action/releases) - [Commits](https://github.com/bots-house/ghcr-delete-image-action/compare/v1.0.1...v1.1.0) --- updated-dependencies: - dependency-name: bots-house/ghcr-delete-image-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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..cd17ea55c 100644 --- a/.github/workflows/destroy_uat.yml +++ b/.github/workflows/destroy_uat.yml @@ -27,7 +27,7 @@ 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 @@ -35,7 +35,7 @@ jobs: 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