mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +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
|
||||
|
||||
env:
|
||||
DOCKER_IMAGE: katanemo/archgw # Reusable variable
|
||||
DOCKER_IMAGE: katanemo/archgw
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main # Run tests on pushes to the main branch
|
||||
pull_request:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
# Build ARM64 image on native ARM64 runner
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue