Compare commits
2 commits
master
...
build-test
Author | SHA1 | Date | |
---|---|---|---|
2005 | 50be335835 | ||
2005 | ad272d699d |
6
.github/workflows/build_and_deploy.yml
vendored
6
.github/workflows/build_and_deploy.yml
vendored
|
@ -1,8 +1,6 @@
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["dev"]
|
branches: ["dev", "build-test"]
|
||||||
pull_request:
|
|
||||||
branches: ["dev"]
|
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -28,8 +26,8 @@ jobs:
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
learning-pulse/web-client:dev
|
learning-pulse/web-client:dev
|
||||||
|
# TODO deploy
|
Reference in a new issue