.github/workflows/dotnetcore-app.yaml: update

This commit is contained in:
Haitao Pan 2023-04-23 11:25:27 +08:00
parent da7bc3a91d
commit ec68598168

View File

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