Compare commits
2 commits
master
...
build-test
Author | SHA1 | Date | |
---|---|---|---|
2005 | 50be335835 | ||
2005 | ad272d699d |
8
.github/workflows/build_and_deploy.yml
vendored
8
.github/workflows/build_and_deploy.yml
vendored
|
@ -1,8 +1,6 @@
|
|||
on:
|
||||
push:
|
||||
branches: ["dev"]
|
||||
pull_request:
|
||||
branches: ["dev"]
|
||||
branches: ["dev", "build-test"]
|
||||
|
||||
|
||||
jobs:
|
||||
|
@ -28,8 +26,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
|
||||
learning-pulse/web-client:dev
|
||||
# TODO deploy
|
Reference in a new issue