publish to plano container repo

This commit is contained in:
Adil Hafeez 2025-12-23 17:38:28 -08:00
parent b7dbd0fbea
commit 4589f515cd
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
6 changed files with 10 additions and 10 deletions

View file

@ -1,12 +1,12 @@
name: Publish docker image (latest)
env:
DOCKER_IMAGE: katanemo/archgw
DOCKER_IMAGE: katanemo/plano
on:
push:
branches:
- main
# branches:
# - main
jobs:
# Build ARM64 image on native ARM64 runner

View file

@ -1,7 +1,7 @@
name: Publish docker image (release)
env:
DOCKER_IMAGE: katanemo/archgw
DOCKER_IMAGE: katanemo/plano
on:
release:

View file

@ -1,11 +1,11 @@
name: Publish docker image to ghcr (latest)
env:
IMAGE_NAME: ghcr.io/${{ github.repository_owner }}/archgw
IMAGE_NAME: ghcr.io/${{ github.repository_owner }}/plano
on:
push:
branches: [main]
# push:
# branches: [main]
jobs:
build-arm64:

View file

@ -1,6 +1,6 @@
services:
archgw:
image: katanemo/archgw:latest
image: katanemo/plano:latest
ports:
- "10000:10000"
- "10001:10001"

View file

@ -1,6 +1,6 @@
services:
archgw:
image: katanemo/archgw:latest
image: katanemo/plano:latest
ports:
- "10000:10000"
- "12000:12000"

View file

@ -1,6 +1,6 @@
services:
archgw:
image: katanemo/archgw:latest
image: katanemo/plano:latest
ports:
- "10000:10000"
- "10001:10001"