rename: app-runner-alpine -> kube-base-alpine

This commit is contained in:
Haitao Pan 2023-02-20 16:48:27 +08:00
parent a5d5e32500
commit 1ecff330c3

View File

@ -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