Skip to content

StevenUster/n8n-custom-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Build and push (podman)

Run these commands from the repo root.

  1. Login to your registry
podman login ghcr.io
  1. 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 \
  .
  1. Push the image
podman push ghcr.io/stevenuster/n8n:csv-$VERSION
podman push ghcr.io/stevenuster/n8n:csv-latest

Notes:

  • you can replace podman command with docker

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors