mirror of
https://github.com/katanemo/plano.git
synced 2026-06-29 15:49:40 +02:00
fix comments
This commit is contained in:
parent
4745e8ce3f
commit
6a9f414bba
1 changed files with 2 additions and 3 deletions
5
.github/workflows/docker-push.yml
vendored
5
.github/workflows/docker-push.yml
vendored
|
|
@ -1,13 +1,12 @@
|
||||||
name: Publish Docker image
|
name: Publish Docker image
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DOCKER_IMAGE: katanemo/archgw # Reusable variable
|
DOCKER_IMAGE: katanemo/archgw
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main # Run tests on pushes to the main branch
|
- main
|
||||||
pull_request:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# Build ARM64 image on native ARM64 runner
|
# Build ARM64 image on native ARM64 runner
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue