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