rename: helm-builder-alpine -> chart-builder-alpine

This commit is contained in:
Haitao Pan 2023-02-23 14:28:30 +08:00
parent bb5eab386a
commit 85ea2ef428
8 changed files with 32 additions and 32 deletions

View File

@ -0,0 +1,32 @@
name: Build & push chart builder apline base image
on:
pull_request:
push:
paths:
- '.github/workflows/chart-builder-alpine.yaml'
- 'oci/app-runner/chart-builder-alpine/ca.crt'
- 'oci/app-runner/chart-builder-alpine/Makefile'
- 'oci/app-runner/chart-builder-alpine/Dockerfile'
- 'oci/app-runner/chart-builder-alpine/repositories'
branches:
- main
jobs:
base-image:
runs-on: ubuntu-latest
name: build chart builder alpine base image
steps:
- uses: actions/checkout@master
- name: 'Artifact: build && push chart builder alpine base image'
uses: aevea/action-kaniko@master
with:
registry: artifact.onwalk.net
username: admin
password: ${{ secrets.HELM_REPO_PASSWORD }}
path: 'oci/app-runner/chart-builder-alpine/'
build_file: 'Dockerfile'
image: devops/chart-builder-alpine
tag: latest
cache: false
cache_registry: cache

View File

@ -1,32 +0,0 @@
name: Build & push helm builder apline base image
on:
pull_request:
push:
paths:
- '.github/workflows/helm-builder-alpine.yaml'
- 'oci/app-runner/helm-builder-alpine/ca.crt'
- 'oci/app-runner/helm-builder-alpine/Makefile'
- 'oci/app-runner/helm-builder-alpine/Dockerfile'
- 'oci/app-runner/helm-buidler-alpine/repositories'
branches:
- main
jobs:
base-image:
runs-on: ubuntu-latest
name: build helm builder alpine base image
steps:
- uses: actions/checkout@master
- name: 'Artifact: build && push helm builder alpine base image'
uses: aevea/action-kaniko@master
with:
registry: artifact.onwalk.net
username: admin
password: ${{ secrets.HELM_REPO_PASSWORD }}
path: 'oci/app-runner/helm-builder-alpine/'
build_file: 'Dockerfile'
image: devops/helm-builder-alpine
tag: latest
cache: false
cache_registry: cache