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:
|
||||
push:
|
||||
branches: ["dev", "build-test"]
|
||||
branches: ["dev", "build-image"]
|
||||
|
||||
|
||||
jobs:
|
||||
|
@ -28,6 +28,6 @@ jobs:
|
|||
with:
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
tags: |
|
||||
learning-pulse/web-client:dev
|
||||
tags: learning-pulse/web-client:dev
|
||||
|
||||
# TODO deploy
|
Reference in a new issue