From bb329d7e15715a9c43a4cacb426c45bccb019bd6 Mon Sep 17 00:00:00 2001 From: kuramapommel Date: Sun, 15 Dec 2024 23:01:09 +0900 Subject: [PATCH] =?UTF-8?q?github=20actions:=20release=20=E3=81=AB=20--bui?= =?UTF-8?q?ld-arg=20CONF=3Dakka-management.conf=20=E3=82=92=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/sample-delivery.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sample-delivery.yml b/.github/workflows/sample-delivery.yml index ed58a32..a30811f 100644 --- a/.github/workflows/sample-delivery.yml +++ b/.github/workflows/sample-delivery.yml @@ -50,6 +50,8 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + build-args: | + CONF=akka-management.conf # - name: Generate artifact attestation # uses: actions/attest-build-provenance@v1