parent
af46937984
commit
579f8c1a33
1 changed files with 6 additions and 0 deletions
6
.github/workflows/build-docker-test.yml
vendored
Normal file
6
.github/workflows/build-docker-test.yml
vendored
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
test_build:
|
||||||
|
uses: ./.github/workflows/build-docker.yml
|
||||||
|
with:
|
||||||
|
tag: 'test'
|
Loading…
Reference in a new issue