From ffcb13ce490a132d42d0ca0a6f4e19fb9fea5ed9 Mon Sep 17 00:00:00 2001 From: Goryudyuma <6211370+Goryudyuma@users.noreply.github.com> Date: Sat, 27 Jun 2026 22:01:04 +0900 Subject: [PATCH 1/2] parallel test --- .github/workflows/deploy-hato-bot.yml | 53 ++++++++++++++------------- 1 file changed, 27 insertions(+), 26 deletions(-) diff --git a/.github/workflows/deploy-hato-bot.yml b/.github/workflows/deploy-hato-bot.yml index 02d0c0998e..9e6d0ed884 100644 --- a/.github/workflows/deploy-hato-bot.yml +++ b/.github/workflows/deploy-hato-bot.yml @@ -80,32 +80,33 @@ jobs: if: ${{ github.event_name == 'pull_request' }} - run: echo 'TAG_NAME=${{ github.event.release.tag_name }}' >> "$GITHUB_ENV" if: ${{ github.event_name == 'release' }} - - name: Build and push (build) - uses: docker/bake-action@6614cfa25eff9a0b2b2697efb0b6159e7680d584 # v7.2.0 - env: - DOCKER_CONTENT_TRUST: 1 - with: - push: true - files: build.docker-compose.yml - source: . - - name: Build and push (main) - uses: docker/bake-action@6614cfa25eff9a0b2b2697efb0b6159e7680d584 # v7.2.0 - env: - DOCKER_CONTENT_TRUST: 1 - with: - push: true - files: docker-compose.yml - source: . - targets: postgres,hato-bot - - name: Build and push (dev) - uses: docker/bake-action@6614cfa25eff9a0b2b2697efb0b6159e7680d584 # v7.2.0 - env: - DOCKER_CONTENT_TRUST: 1 - with: - push: true - files: docker-compose.yml,dev.base.docker-compose.yml - source: . - targets: hato-bot + - parallel: + - name: Build and push (build) + uses: docker/bake-action@6614cfa25eff9a0b2b2697efb0b6159e7680d584 # v7.2.0 + env: + DOCKER_CONTENT_TRUST: 1 + with: + push: true + files: build.docker-compose.yml + source: . + - name: Build and push (main) + uses: docker/bake-action@6614cfa25eff9a0b2b2697efb0b6159e7680d584 # v7.2.0 + env: + DOCKER_CONTENT_TRUST: 1 + with: + push: true + files: docker-compose.yml + source: . + targets: postgres,hato-bot + - name: Build and push (dev) + uses: docker/bake-action@6614cfa25eff9a0b2b2697efb0b6159e7680d584 # v7.2.0 + env: + DOCKER_CONTENT_TRUST: 1 + with: + push: true + files: docker-compose.yml,dev.base.docker-compose.yml + source: . + targets: hato-bot - run: echo 'TAG_NAME=latest' >> "$GITHUB_ENV" if: ${{ github.event_name == 'release' }} - name: Build and push (build) (latest) From 0e66e53a1d448c8dc92eb26aed268d362f83d5b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 13:02:07 +0000 Subject: [PATCH 2/2] =?UTF-8?q?format=E3=81=8C=E9=96=93=E9=81=95=E3=81=A3?= =?UTF-8?q?=E3=81=A6=E3=81=9F=E3=81=AE=E3=81=A7=E7=9B=B4=E3=81=97=E3=81=A6?= =?UTF-8?q?=E3=81=82=E3=81=92=E3=81=9F=E3=82=88=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-hato-bot.yml | 52 +++++++++++++-------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/.github/workflows/deploy-hato-bot.yml b/.github/workflows/deploy-hato-bot.yml index 9e6d0ed884..267eeb9fba 100644 --- a/.github/workflows/deploy-hato-bot.yml +++ b/.github/workflows/deploy-hato-bot.yml @@ -81,32 +81,32 @@ jobs: - run: echo 'TAG_NAME=${{ github.event.release.tag_name }}' >> "$GITHUB_ENV" if: ${{ github.event_name == 'release' }} - parallel: - - name: Build and push (build) - uses: docker/bake-action@6614cfa25eff9a0b2b2697efb0b6159e7680d584 # v7.2.0 - env: - DOCKER_CONTENT_TRUST: 1 - with: - push: true - files: build.docker-compose.yml - source: . - - name: Build and push (main) - uses: docker/bake-action@6614cfa25eff9a0b2b2697efb0b6159e7680d584 # v7.2.0 - env: - DOCKER_CONTENT_TRUST: 1 - with: - push: true - files: docker-compose.yml - source: . - targets: postgres,hato-bot - - name: Build and push (dev) - uses: docker/bake-action@6614cfa25eff9a0b2b2697efb0b6159e7680d584 # v7.2.0 - env: - DOCKER_CONTENT_TRUST: 1 - with: - push: true - files: docker-compose.yml,dev.base.docker-compose.yml - source: . - targets: hato-bot + - name: Build and push (build) + uses: docker/bake-action@6614cfa25eff9a0b2b2697efb0b6159e7680d584 # v7.2.0 + env: + DOCKER_CONTENT_TRUST: 1 + with: + push: true + files: build.docker-compose.yml + source: . + - name: Build and push (main) + uses: docker/bake-action@6614cfa25eff9a0b2b2697efb0b6159e7680d584 # v7.2.0 + env: + DOCKER_CONTENT_TRUST: 1 + with: + push: true + files: docker-compose.yml + source: . + targets: postgres,hato-bot + - name: Build and push (dev) + uses: docker/bake-action@6614cfa25eff9a0b2b2697efb0b6159e7680d584 # v7.2.0 + env: + DOCKER_CONTENT_TRUST: 1 + with: + push: true + files: docker-compose.yml,dev.base.docker-compose.yml + source: . + targets: hato-bot - run: echo 'TAG_NAME=latest' >> "$GITHUB_ENV" if: ${{ github.event_name == 'release' }} - name: Build and push (build) (latest)