From 87dd326a7645c97fae6c64d431d9d22bb23b56c3 Mon Sep 17 00:00:00 2001 From: Kseniya Shychko Date: Sat, 13 Jul 2024 19:24:47 +0200 Subject: [PATCH] fix: docker build target and args --- .github/workflows/package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 1e247b6f..778c948e 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -49,7 +49,7 @@ jobs: push: ${{ startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/next' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - target: mock-app + target: release build-args: | - CONFIG_FILE=./app-config.json