From 4250656ebadd23fd857a32d2f1a415bbfd085e32 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Fri, 13 Jan 2023 23:34:55 +0800 Subject: [PATCH] .github/workflows/alpine-image.yaml: update --- .github/workflows/alpine-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/alpine-image.yaml b/.github/workflows/alpine-image.yaml index 6297f6f..248a828 100644 --- a/.github/workflows/alpine-image.yaml +++ b/.github/workflows/alpine-image.yaml @@ -11,7 +11,7 @@ on: jobs: base-image: runs-on: ubuntu-latest - name: Build docker image + name: Build alpine base image steps: - uses: actions/checkout@master