From d5ee40c86774d9e9a16316944f98971a49dea98a Mon Sep 17 00:00:00 2001 From: Marukome0743 Date: Wed, 8 May 2024 12:55:56 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91fix:=20add=20missing=20id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 0c8f2bab..1b8998d9 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -86,6 +86,7 @@ jobs: - name: Build and Push uses: docker/build-push-action@v5 + id: push with: context: . platforms: ${{ fromJSON(env.IS_PUSH) && 'linux/amd64,linux/arm64' || 'linux/amd64' }}