From 08eb776610447dd48755ff6fbafa847af1c62c90 Mon Sep 17 00:00:00 2001 From: Kseniya Shychko Date: Sat, 13 Jul 2024 19:28:20 +0200 Subject: [PATCH] fix: set docker build target to build --- .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 778c948e..d213fdfc 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: release + target: build build-args: | - CONFIG_FILE=./app-config.json