Run these commands from the repo root.
- Login to your registry
podman login ghcr.io- Build the image
VERSION=$(date +%Y%m%d%H%M)
podman build --pull \
-t ghcr.io/stevenuster/n8n:csv-$VERSION \
-t ghcr.io/stevenuster/n8n:csv-latest \
.- Push the image
podman push ghcr.io/stevenuster/n8n:csv-$VERSION
podman push ghcr.io/stevenuster/n8n:csv-latestNotes:
- you can replace podman command with docker