We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc1510b + bbfa775 commit c67ddc0Copy full SHA for c67ddc0
.github/workflows/build-and-publish.yaml
@@ -77,6 +77,8 @@ jobs:
77
with:
78
context: .
79
file: ./Dockerfile
80
+ build-args: |
81
+ TRAINING_HUGO_ENV=puzzle
82
push: true
83
tags: |
84
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.BUILD_VERSION }}
0 commit comments