We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0bd2dd commit 9469426Copy full SHA for 9469426
1 file changed
.github/workflows/deploy_beta.yml
@@ -29,6 +29,7 @@ jobs:
29
with:
30
push: true
31
tags: ghcr.io/${{ env.REPOSITORY_LC }}:beta
32
+ context: ./
33
file: ./jccp/Dockerfile
34
build-args: |
35
SHORT_SHA:${{ github.sha }}
0 commit comments