From d529cbc5f9d4d167380632b375602a3cd8a68526 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Mon, 20 Feb 2023 17:11:19 +0800 Subject: [PATCH] .github/workflows/kube-base-alpine.yaml: update --- .github/workflows/kube-base-alpine.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/kube-base-alpine.yaml b/.github/workflows/kube-base-alpine.yaml index 19104bf..6ff3e96 100644 --- a/.github/workflows/kube-base-alpine.yaml +++ b/.github/workflows/kube-base-alpine.yaml @@ -4,9 +4,9 @@ on: push: paths: - '.github/workflows/kube-base-alpine.yaml' - - 'oci/app-runner/kube-base-alpine/Dockerfile' - - 'oci/app-runner/kube-base-alpine/Makefile' - 'oci/app-runner/kube-base-alpine/ca.crt' + - 'oci/app-runner/kube-base-alpine/Makefile' + - 'oci/app-runner/kube-base-alpine/Dockerfile' - 'oci/app-runner/kube-base-alpine/repositories' branches: - main @@ -28,5 +28,5 @@ jobs: build_file: 'Dockerfile' image: devops/kube-base-alpine tag: latest - cache: true + cache: false cache_registry: cache