rename: helm-builder-alpine -> chart-builder-alpine
This commit is contained in:
parent
bb5eab386a
commit
85ea2ef428
32
.github/workflows/chart-builder-alpine.yaml
vendored
Normal file
32
.github/workflows/chart-builder-alpine.yaml
vendored
Normal 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
|
||||
32
.github/workflows/helm-builder-alpine.yaml
vendored
32
.github/workflows/helm-builder-alpine.yaml
vendored
@ -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
|
||||
Loading…
Reference in New Issue
Block a user