mirror of
https://github.com/janderedev/automod.git
synced 2024-12-22 02:35:27 +00:00
wrong workflow
This commit is contained in:
parent
777c887587
commit
bf76b407e1
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
@ -54,8 +54,6 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
-
|
||||
name: Docker meta
|
||||
id: meta
|
||||
|
@ -138,6 +136,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
-
|
||||
name: Docker meta
|
||||
id: meta
|
||||
|
|
Loading…
Reference in a new issue