mirror of
https://github.com/gravitl/netmaker.git
synced 2025-02-26 00:53:23 +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
|
name: Publish Docker
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs: build:
|
jobs:
|
||||||
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
|
|
Loading…
Reference in a new issue