From 0daa5f83d3d0b62d960f97cbbd5ba2e09d5bfd51 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Wed, 15 Feb 2023 13:53:58 +0800 Subject: [PATCH] .github/workflows/alpine-glibc-image.yaml: update --- .github/workflows/alpine-glibc-image.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/alpine-glibc-image.yaml b/.github/workflows/alpine-glibc-image.yaml index 43ebbd8..a0a42e2 100644 --- a/.github/workflows/alpine-glibc-image.yaml +++ b/.github/workflows/alpine-glibc-image.yaml @@ -11,11 +11,11 @@ on: jobs: base-image: runs-on: ubuntu-latest - name: Build alpine base image + name: Build alpine-glibc base image steps: - uses: actions/checkout@master - - name: 'Artifact: build && push alpine image' + - name: 'Artifact: build && push alpine-glibc image' uses: aevea/action-kaniko@master with: registry: artifact.onwalk.net