Skip to content
This repository was archived by the owner on May 25, 2020. It is now read-only.

Commit d68448d

Browse files
committed
Fix substitution typo in build.yml
Signed-off-by: Ashcon Partovi <[email protected]>
1 parent bfd41f0 commit d68448d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737
-Djib.to.auth.username=${{ secrets.DOCKER_USERNAME }} \
3838
-Djib.to.auth.password=${{ secrets.DOCKER_PASSWORD }} \
3939
-Djib.to.image=${{ secrets.DOCKER_IMAGE }} \
40-
-Djib.container.environment=SENTRY_DSN={{ secrets.SENTRY_DSN }} \
40+
-Djib.container.environment=SENTRY_DSN=${{ secrets.SENTRY_DSN }} \
4141
-Djib.to.tags=latest,$(date +%F)

0 commit comments

Comments
 (0)