Skip to content

Commit

Permalink
fix missing build arg
Browse files Browse the repository at this point in the history
  • Loading branch information
p-wall committed Jul 15, 2024
1 parent 267c782 commit 6a9bcc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
ERLANG_VERSION=${{ needs.versions.outputs.erlang }}
ELIXIR_VERSION=${{ needs.versions.outputs.elixir }}
ALPINE_VERSION=${{ needs.versions.outputs.alpine }}
MIX_ENV=prod
AWS_ACCESS_KEY_ID=${{ secrets.DOCKER_BUILDER_AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY=${{ secrets.DOCKER_BUILDER_AWS_SECRET_ACCESS_KEY }}
REVISION=${{ github.sha }}
Expand Down

0 comments on commit 6a9bcc5

Please sign in to comment.