.github/workflows/dotnetcore-app.yaml: update
This commit is contained in:
parent
da7bc3a91d
commit
ec68598168
4
.github/workflows/dotnetcore-app.yaml
vendored
4
.github/workflows/dotnetcore-app.yaml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
|
||||
- name: 'Artifact: build && push alpine-awscli-python3 image'
|
||||
- name: 'Artifact: build && push dotnetcore-app image'
|
||||
uses: aevea/action-kaniko@master
|
||||
with:
|
||||
registry: artifact.onwalk.net
|
||||
@ -23,7 +23,7 @@ jobs:
|
||||
password: ${{ secrets.HELM_REPO_PASSWORD }}
|
||||
path: 'oci/dotnetcore-app/'
|
||||
build_file: 'Dockerfile'
|
||||
image: public/dotnetcore-app/
|
||||
image: public/dotnetcore-app
|
||||
tag: latest
|
||||
cache: true
|
||||
cache_registry: cache
|
||||
|
||||
Loading…
Reference in New Issue
Block a user