Skip to content

Commit

Permalink
Modified action files for building images with env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
annaa-ka committed May 2, 2022
1 parent 6834dba commit 22a5e9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 22a5e9f

Please sign in to comment.