From 8a19b62eacf223c5e3a2320afaeeb85bc65d0816 Mon Sep 17 00:00:00 2001 From: Alex Graf Date: Wed, 10 Apr 2024 23:30:54 +0200 Subject: [PATCH] update create-docker-image action --- .github/actions/create-image/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/create-image/action.yaml b/.github/actions/create-image/action.yaml index f657bfa4..f4587560 100644 --- a/.github/actions/create-image/action.yaml +++ b/.github/actions/create-image/action.yaml @@ -71,4 +71,4 @@ runs: REVISION=${{ env.REVISION }} tags: ${{ steps.meta-data.outputs.tags }} labels: ${{ steps.meta-data.outputs.labels }} - no-cache: false \ No newline at end of file + no-cache: true \ No newline at end of file