.github/workflows/kube-base-alpine.yaml: update
This commit is contained in:
parent
1ecff330c3
commit
d580fb358f
8
.github/workflows/kube-base-alpine.yaml
vendored
8
.github/workflows/kube-base-alpine.yaml
vendored
@ -1,4 +1,4 @@
|
||||
name: Build & push app runner apline base image
|
||||
name: Build & push k8s app runner apline base image
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
@ -13,12 +13,12 @@ on:
|
||||
|
||||
jobs:
|
||||
base-image:
|
||||
runs-on: self-hosted
|
||||
name: build app runner alpine base image
|
||||
runs-on: ubuntu-latest
|
||||
name: build k8s app runner alpine base image
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
|
||||
- name: 'Artifact: build && push app runner alpine image'
|
||||
- name: 'Artifact: build && push k8s app runner alpine base image'
|
||||
uses: aevea/action-kaniko@master
|
||||
with:
|
||||
registry: artifact.onwalk.net
|
||||
|
||||
Loading…
Reference in New Issue
Block a user