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