rename cli to plano (#647)

This commit is contained in:
Adil Hafeez 2025-12-23 18:37:58 -08:00 committed by GitHub
parent e224cba3e3
commit e7ce00b5a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
70 changed files with 226 additions and 212 deletions

View file

@ -1,7 +1,7 @@
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:
@ -33,7 +33,7 @@ jobs:
file: ./arch/Dockerfile
platforms: linux/arm64
push: true
# produce ghcr.io/<owner>/archgw:latest-arm64
# produce ghcr.io/<owner>/plano:latest-arm64
tags: ${{ steps.meta.outputs.tags }}-arm64
build-amd64: