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.
1 parent aaf7fa0 commit 36da1c2Copy full SHA for 36da1c2
.github/workflows/master-latest.yaml
@@ -39,7 +39,9 @@ jobs:
39
- name: Build and push amd64 Release Docker Image to DockerHub
40
uses: docker/build-push-action@v2
41
with:
42
- build-args: DEBUG_BUILD=0,BASE_IMAGE_SUFFIX=
+ build-args: |
43
+ DEBUG_BUILD=0
44
+ BASE_IMAGE_SUFFIX=
45
builder: ${{ steps.buildx.outputs.name }}
46
context: .
47
file: ./Dockerfile
@@ -52,7 +54,9 @@ jobs:
52
54
- name: Build and push amd64 Debug Docker Image to DockerHub
53
55
56
- build-args: DEBUG_BUILD=1,BASE_IMAGE_SUFFIX=-debug
57
58
+ DEBUG_BUILD=1
59
+ BASE_IMAGE_SUFFIX=-debug
60
61
62
0 commit comments