From 1a79d343bda081317751bf5aa3355e50fd4aaeb4 Mon Sep 17 00:00:00 2001 From: besscroft Date: Fri, 3 May 2024 12:05:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20identifier=20=E9=87=8D=E5=A4=8D=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yaml index dc1cca5..d4a1fb9 100644 --- a/.github/workflows/build-release.yaml +++ b/.github/workflows/build-release.yaml @@ -26,7 +26,7 @@ jobs: id: set_up_buildx uses: docker/setup-buildx-action@v3 - name: Build and push latest - id: docker_build + id: docker_build_latest uses: docker/build-push-action@v5 with: context: ./ @@ -35,7 +35,7 @@ jobs: push: true tags: ${{ secrets.DOCKERHUB_USERNAME }}/picimpact:latest - name: Build and push version - id: docker_build + id: docker_build_version uses: docker/build-push-action@v5 with: context: ./