From 93061ba5d65a05c889ba09fd77fa7e8a8f607c5c Mon Sep 17 00:00:00 2001 From: Jason Song Date: Tue, 2 Apr 2024 11:23:17 +0800 Subject: [PATCH] fix: set nocache when building --- .gitea/workflows/release.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 3de6e43..6dd763d 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -45,6 +45,7 @@ jobs: linux/arm64 pull: true push: true + no-cache: true build-args: | BASE_IMAGE_TAG=act-22.04 IMAGE_VERSION=${{ steps.meta.outputs.IMAGE_VERSION }} @@ -65,6 +66,7 @@ jobs: linux/arm64 pull: true push: true + no-cache: true build-args: | BASE_IMAGE_TAG=act-20.04 IMAGE_VERSION=${{ steps.meta.outputs.IMAGE_VERSION }} @@ -84,6 +86,7 @@ jobs: linux/arm64 pull: true push: true + no-cache: true build-args: | BASE_IMAGE_TAG=20-bookworm IMAGE_VERSION=${{ steps.meta.outputs.IMAGE_VERSION }} @@ -104,6 +107,7 @@ jobs: linux/arm64 pull: true push: true + no-cache: true build-args: | BASE_IMAGE_TAG=20-bullseye IMAGE_VERSION=${{ steps.meta.outputs.IMAGE_VERSION }} @@ -123,6 +127,7 @@ jobs: linux/arm64 pull: true push: true + no-cache: true build-args: | BASE_IMAGE_TAG=full-22.04 IMAGE_VERSION=${{ steps.meta.outputs.IMAGE_VERSION }} @@ -143,6 +148,7 @@ jobs: linux/arm64 pull: true push: true + no-cache: true build-args: | BASE_IMAGE_TAG=full-20.04 IMAGE_VERSION=${{ steps.meta.outputs.IMAGE_VERSION }}