parent
0dd323a218
commit
176850c36c
6
.github/workflows/build_and_deploy_dev.yml
vendored
6
.github/workflows/build_and_deploy_dev.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["dev", "build-test"]
|
branches: ["dev", "build-image"]
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -28,6 +28,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: learning-pulse/web-client:dev
|
||||||
learning-pulse/web-client:dev
|
|
||||||
# TODO deploy
|
# TODO deploy
|
Reference in a new issue