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 ee5e630 commit 0410bf0Copy full SHA for 0410bf0
.github/workflows/publish_docker_image.yml
@@ -2,7 +2,7 @@ name: Publish Docker Image
2
3
on:
4
release:
5
- types: [published]
+ types: [ published ]
6
7
jobs:
8
build-and-push:
@@ -27,4 +27,5 @@ jobs:
27
docker buildx build --platform linux/amd64,linux/arm64 \
28
--tag ghcr.io/camel-ai/camel:${{ github.ref_name }} \
29
--sbom=false --provenance=false \
30
+ --file .container/minimal_build/Dockerfile \
31
--push .
0 commit comments