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 91c8198 commit af0ffedCopy full SHA for af0ffed
.github/workflows/docker.yml
@@ -49,7 +49,9 @@ jobs:
49
push: true
50
platforms: linux/amd64,linux/arm64
51
tags: "${{ env.DOCKER_REPO }}/${{ env.DOCKER_IMAGE }}:${{ env.RELEASE_VERSION }}-path-prefix"
52
- build-args: checkout=${{ env.RELEASE_VERSION }} public_url=/lit
+ build-args: |
53
+ checkout=${{ env.RELEASE_VERSION }}
54
+ public_url=/lit
55
56
- name: Image digest
57
run: echo ${{ steps.docker_build.outputs.digest }} ${{ steps.docker_build2.outputs.digest }}
0 commit comments