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