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 31efb46 commit 80f6747Copy full SHA for 80f6747
.github/workflows/dev.yml
@@ -79,7 +79,7 @@ jobs:
79
uses: docker/build-push-action@v6
80
with:
81
platforms: linux/amd64,linux/arm64
82
- directory: ${{ steps.file-gen.outputs.PATH }}
+ context: ${{ steps.file-gen.outputs.PATH }}
83
file: docker/Dockerfile
84
build-args: |
85
CONTAINER_VERSION=${{ github.ref_name }}
0 commit comments