From 22a5e9fde7c1a7a0c62246638ee3e01d348bcd4d Mon Sep 17 00:00:00 2001 From: annaa-ka Date: Mon, 2 May 2022 20:10:09 +0300 Subject: [PATCH] Modified action files for building images with env variables --- .github/workflows/main_cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main_cd.yml b/.github/workflows/main_cd.yml index ce9c7b8..468f4ee 100644 --- a/.github/workflows/main_cd.yml +++ b/.github/workflows/main_cd.yml @@ -36,6 +36,7 @@ jobs: platforms: linux/arm64/v8 push: true tags: annieka/company-mentions:latest + build-args: TELEGRAM_BOT_TOKEN = ${{ secrets.TELEGRAM_BOT_TOKEN }}, YANDEX_TOKEN = ${{ secrets.YANDEX_TOKEN }} - name: Image digest run: echo ${{ steps.docker_build.outputs.digest }}