Skip to content

Commit

Permalink
Add template purge command in image build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielNagy committed May 10, 2024
1 parent 4581c58 commit 43cf693
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e-build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,6 @@ jobs:
if: steps.check-vm-template.outputs.image-version != ''
run: |
go run ./e2e/cmd/build_base_image/02_create_vm_template
- name: Purge old template versions
run: |
go run ./e2e/cmd/build_base_image/99_destroy_previous_versions --codename ${{ matrix.codename }}

0 comments on commit 43cf693

Please sign in to comment.