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