mirror of
https://github.com/gravitl/netmaker.git
synced 2025-02-25 16:44:01 +08:00
pubish docker
This commit is contained in:
parent
e11017a4c3
commit
a29b5b8495
1 changed files with 2 additions and 1 deletions
3
.github/workflows/publish-docker.yml
vendored
3
.github/workflows/publish-docker.yml
vendored
|
@ -1,6 +1,7 @@
|
|||
name: Publish Docker
|
||||
on: [push]
|
||||
jobs: build:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
|
|
Loading…
Reference in a new issue