From d3efa3fc054c4066775c97254c8aaed02a4786a5 Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Sat, 17 Feb 2024 18:23:27 +0100 Subject: [PATCH] chore: update docker tag version --- .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 fe023ed..6d35878 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.6" + "${{env.BUILDKIT_IMAGE}}:v0.7" "${{env.BUILDKIT_IMAGE}}:latest"