From 2fbb17c0e6eda0b5cce8a0a216d2ab6eaacf3a35 Mon Sep 17 00:00:00 2001 From: pbcccbeatboard-strato <166491205+pbcccbeatboard-strato@users.noreply.github.com> Date: Fri, 23 Aug 2024 08:13:39 +0900 Subject: [PATCH] Update continuous-delivery.yaml test target to dev --- .github/workflows/continuous-delivery.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-delivery.yaml b/.github/workflows/continuous-delivery.yaml index d0be92b..1e46cf9 100644 --- a/.github/workflows/continuous-delivery.yaml +++ b/.github/workflows/continuous-delivery.yaml @@ -121,7 +121,7 @@ jobs: builder: ${{ steps.buildx.outputs.name }} context: ./ file: ./Dockerfile - target: prod + target: dev platforms: linux/amd64 # linux/arm/v7,linux/arm64,linux/386,linux/ppc64le,linux/s390x,linux/arm/v6 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }}