summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kuryloski <kuryloskip@vmware.com>2020-11-23 16:13:17 +0100
committerPhilip Kuryloski <kuryloskip@vmware.com>2020-11-23 16:14:40 +0100
commit19ec5d9abc21d4ec55cfffbce3cb4715350934cd (patch)
tree9b3fcbdc1a5e4184aa38072cf42b81e8bca1f43e
parent5bb46525795e8ccfc3efd267158c946e762f10f3 (diff)
downloadrabbitmq-server-git-19ec5d9abc21d4ec55cfffbce3cb4715350934cd.tar.gz
Fixup the Maintenence workflow to keep needed images [ci skip]
The ci-base image is not generated on every ci run, and so will need a diffenrent cleanup strategy.
-rw-r--r--.github/workflows/maintenance.yaml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/maintenance.yaml b/.github/workflows/maintenance.yaml
index 2d5175bee8..ae52534580 100644
--- a/.github/workflows/maintenance.yaml
+++ b/.github/workflows/maintenance.yaml
@@ -4,14 +4,13 @@ on:
- cron: '0 2 * * *'
workflow_dispatch:
jobs:
- cleanup-images:
- name: cleanup-images
+ cleanup-ci-images:
+ name: cleanup-ci-images
runs-on: ubuntu-18.04
strategy:
matrix:
image:
- ci
- - ci-base
- ci-rabbit
steps:
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@master