From c18ce08288c371dcfe6ce76a4632183c8a7c6317 Mon Sep 17 00:00:00 2001 From: Andrej Petras Date: Thu, 28 Sep 2023 13:06:33 +0200 Subject: [PATCH] ci: activate docker push --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 31981db..cfdd6a4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,6 +47,7 @@ jobs: - run: npx nx affected --base=$NX_BASE --head=$NX_HEAD -t test --parallel=3 - run: npx nx affected --base=$NX_BASE --head=$NX_HEAD -t build --parallel=3 - run: npx nx affected --base=$NX_BASE --head=$NX_HEAD -t version --exclude='*,!tag:publish:docker' --parallel=1 --push - env: + env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - INPUT_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + INPUT_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + INPUT_PUSH: "true" \ No newline at end of file