From c5d38e7e32a9fb529af2f8ba447417a5b8838ee7 Mon Sep 17 00:00:00 2001 From: toast Date: Mon, 23 Oct 2023 22:51:34 +0000 Subject: [PATCH] revert 02c06d7f1cea7197cad87bcf59ed2788b6f5c88b revert Tweak the build workflow --- .gitea/workflows/build_container.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/build_container.yml b/.gitea/workflows/build_container.yml index 37a02b6..6f87ac9 100644 --- a/.gitea/workflows/build_container.yml +++ b/.gitea/workflows/build_container.yml @@ -35,6 +35,3 @@ jobs: tags: ${{ secrets.DOCKER_REGISTRY }}/toast/corn-utility:main cache-from: type=registry,ref=${{ secrets.DOCKER_REGISTRY }}/toast/corn-utility:main cache-to: type=inline - build-args: | - COMMIT_SHA=$(git rev-parse --short HEAD) - CACHE_BUST=${COMMIT_SHA}