From 2f741baeecbecea3f36ed43f56010927dfaa1a51 Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Sat, 17 Feb 2024 18:21:15 +0100 Subject: [PATCH] feat: add backup prune, to delete old backup --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 314567e..916aca1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,5 +35,5 @@ jobs: file: "./docker/Dockerfile" platforms: linux/amd64,linux/arm64 tags: | - "${{env.BUILDKIT_IMAGE}}:v0.5" + "${{env.BUILDKIT_IMAGE}}:v0.6" "${{env.BUILDKIT_IMAGE}}:latest"