Skip to content

Commit 8d1d900

Browse files
committed
nitro-node-slim -> nitro-node
include jq and curl in nitro image
1 parent 39cf6fa commit 8d1d900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-nitro.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ jobs:
4444
TAG="latest"
4545
fi
4646
47-
docker buildx build --target nitro-node-slim --platform linux/amd64 -t ${{ env.GITHUB_REGISTRY }}/${REPO_LOWER}/nitro:${TAG} .
47+
docker buildx build --target nitro-node --platform linux/amd64 -t ${{ env.GITHUB_REGISTRY }}/${REPO_LOWER}/nitro:${TAG} .
4848
docker push ${{ env.GITHUB_REGISTRY }}/${REPO_LOWER}/nitro:${TAG}

0 commit comments

Comments
 (0)