We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39cf6fa commit 8d1d900Copy full SHA for 8d1d900
.github/workflows/publish-nitro.yaml
@@ -44,5 +44,5 @@ jobs:
44
TAG="latest"
45
fi
46
47
- docker buildx build --target nitro-node-slim --platform linux/amd64 -t ${{ env.GITHUB_REGISTRY }}/${REPO_LOWER}/nitro:${TAG} .
+ docker buildx build --target nitro-node --platform linux/amd64 -t ${{ env.GITHUB_REGISTRY }}/${REPO_LOWER}/nitro:${TAG} .
48
docker push ${{ env.GITHUB_REGISTRY }}/${REPO_LOWER}/nitro:${TAG}
0 commit comments