Skip to content

Commit

Permalink
set env vars from file
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilevos committed Sep 7, 2023
1 parent 09326cd commit 92981fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker_cronjob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
push: true
build-args: |
--env-file ./cronjob/.env.mainnet
tags: |
ghcr.io/marigold-dev/tzvote-cronjob:${{ steps.vars.outputs.date }}-${{ steps.vars.outputs.sha_short }}-mainnet
Expand All @@ -57,5 +59,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
push: true
build-args: |
--env-file ./cronjob/.env.ghostnet
tags: |
ghcr.io/marigold-dev/tzvote-cronjob:${{ steps.vars.outputs.date }}-${{ steps.vars.outputs.sha_short }}-ghostnet

0 comments on commit 92981fb

Please sign in to comment.