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