testing push
This commit is contained in:
parent
6adddab74b
commit
ad272d699d
6
.github/workflows/build_and_deploy.yml
vendored
6
.github/workflows/build_and_deploy.yml
vendored
|
@ -1,8 +1,6 @@
|
|||
on:
|
||||
push:
|
||||
branches: ["dev"]
|
||||
pull_request:
|
||||
branches: ["dev"]
|
||||
|
||||
|
||||
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