mirror of
https://github.com/katanemo/plano.git
synced 2026-07-11 16:12:13 +02:00
publish to plano container repo
This commit is contained in:
parent
b7dbd0fbea
commit
4589f515cd
6 changed files with 10 additions and 10 deletions
6
.github/workflows/docker-push-main.yml
vendored
6
.github/workflows/docker-push-main.yml
vendored
|
|
@ -1,12 +1,12 @@
|
||||||
name: Publish docker image (latest)
|
name: Publish docker image (latest)
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DOCKER_IMAGE: katanemo/archgw
|
DOCKER_IMAGE: katanemo/plano
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
# branches:
|
||||||
- main
|
# - main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# Build ARM64 image on native ARM64 runner
|
# Build ARM64 image on native ARM64 runner
|
||||||
|
|
|
||||||
2
.github/workflows/docker-push-release.yml
vendored
2
.github/workflows/docker-push-release.yml
vendored
|
|
@ -1,7 +1,7 @@
|
||||||
name: Publish docker image (release)
|
name: Publish docker image (release)
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DOCKER_IMAGE: katanemo/archgw
|
DOCKER_IMAGE: katanemo/plano
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
|
|
|
||||||
6
.github/workflows/ghrc-push-main.yml
vendored
6
.github/workflows/ghrc-push-main.yml
vendored
|
|
@ -1,11 +1,11 @@
|
||||||
name: Publish docker image to ghcr (latest)
|
name: Publish docker image to ghcr (latest)
|
||||||
|
|
||||||
env:
|
env:
|
||||||
IMAGE_NAME: ghcr.io/${{ github.repository_owner }}/archgw
|
IMAGE_NAME: ghcr.io/${{ github.repository_owner }}/plano
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
# push:
|
||||||
branches: [main]
|
# branches: [main]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-arm64:
|
build-arm64:
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
archgw:
|
archgw:
|
||||||
image: katanemo/archgw:latest
|
image: katanemo/plano:latest
|
||||||
ports:
|
ports:
|
||||||
- "10000:10000"
|
- "10000:10000"
|
||||||
- "10001:10001"
|
- "10001:10001"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
archgw:
|
archgw:
|
||||||
image: katanemo/archgw:latest
|
image: katanemo/plano:latest
|
||||||
ports:
|
ports:
|
||||||
- "10000:10000"
|
- "10000:10000"
|
||||||
- "12000:12000"
|
- "12000:12000"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
archgw:
|
archgw:
|
||||||
image: katanemo/archgw:latest
|
image: katanemo/plano:latest
|
||||||
ports:
|
ports:
|
||||||
- "10000:10000"
|
- "10000:10000"
|
||||||
- "10001:10001"
|
- "10001:10001"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue