We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a95bd0a commit e89fb49Copy full SHA for e89fb49
.github/workflows/dockerhub.yml
@@ -32,3 +32,5 @@ jobs:
32
tags: amcsi/lycee-overture:latest
33
cache-from: type=local,src=/tmp/.buildx-cache
34
cache-to: type=local,dest=/tmp/.buildx-cache
35
+ build-args: |
36
+ SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }}
0 commit comments