From ec68598168fe935f946c2ea56e2d5afc4e1f7f5e Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Sun, 23 Apr 2023 11:25:27 +0800 Subject: [PATCH] .github/workflows/dotnetcore-app.yaml: update --- .github/workflows/dotnetcore-app.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnetcore-app.yaml b/.github/workflows/dotnetcore-app.yaml index 8d6aca0..b15d7cd 100644 --- a/.github/workflows/dotnetcore-app.yaml +++ b/.github/workflows/dotnetcore-app.yaml @@ -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