mirror of
https://github.com/logos-messaging/logos-messaging-frontend.git
synced 2026-01-02 13:53:13 +00:00
Merge pull request #21 from waku-org/weboko/docker-fix
fix: prevent from excluding out folder
This commit is contained in:
commit
cb27d16c57
@ -1,2 +1,3 @@
|
||||
node_modules
|
||||
.next
|
||||
!out
|
||||
|
||||
1
.github/workflows/push.yml
vendored
1
.github/workflows/push.yml
vendored
@ -44,7 +44,6 @@ jobs:
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
no-cache: true
|
||||
push: true
|
||||
# temporal, migrate to waku-org
|
||||
tags: alrevuelta/waku-frontend:${{ steps.commit.outputs.short }} , alrevuelta/waku-frontend:latest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user