We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b86bc0 commit dd85265Copy full SHA for dd85265
1 file changed
.github/workflows/docker-build-publish.yml
@@ -19,7 +19,7 @@ jobs:
19
packages: write
20
uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.6.3 # yamllint disable-line rule:line-length
21
with:
22
- build-args: "TARGETOS=linux TARGETARCH=amd64"
+ buildArgs: "TARGETOS=linux TARGETARCH=amd64"
23
dockerfile: Dockerfile
24
checkout_ref: ${{ github.event.inputs.ref }}
25
secrets: inherit
0 commit comments