From 1ecff330c3fe10ff14cc1b817111268a34462902 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Mon, 20 Feb 2023 16:48:27 +0800 Subject: [PATCH] rename: app-runner-alpine -> kube-base-alpine --- ...pp-runner-alpine.yaml => kube-base-alpine.yaml} | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) rename .github/workflows/{app-runner-alpine.yaml => kube-base-alpine.yaml} (63%) diff --git a/.github/workflows/app-runner-alpine.yaml b/.github/workflows/kube-base-alpine.yaml similarity index 63% rename from .github/workflows/app-runner-alpine.yaml rename to .github/workflows/kube-base-alpine.yaml index 998cb83..d8619dc 100644 --- a/.github/workflows/app-runner-alpine.yaml +++ b/.github/workflows/kube-base-alpine.yaml @@ -3,11 +3,11 @@ on: pull_request: push: paths: - - '.github/workflows/app-runner-alpine.yaml' - - 'oci/ci-runner/alpine/Dockerfile' - - 'oci/ci-runner/alpine/Makefile' - - 'oci/ci-runner/alpine/ca.crt' - - 'oci/ci-runner/alpine/repositories' + - '.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/repositories' branches: - main @@ -24,9 +24,9 @@ jobs: registry: artifact.onwalk.net username: admin password: ${{ secrets.HELM_REPO_PASSWORD }} - path: './oci/ci-runner/alpine' + path: 'oci/app-runner/kube-base-alpine/' build_file: 'Dockerfile' - image: devops/ci-runner-alpine + image: devops/kube-base-alpine tag: latest cache: true cache_registry: cache