mirror of
https://github.com/logos-messaging/logos-messaging-frontend.git
synced 2026-01-05 23:33:07 +00:00
Merge pull request #22 from waku-org/fix-docker-workflow
fixing context for build and push step
This commit is contained in:
commit
328967c560
1
.github/workflows/push.yml
vendored
1
.github/workflows/push.yml
vendored
@ -44,6 +44,7 @@ jobs:
|
|||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
|
context: .
|
||||||
push: true
|
push: true
|
||||||
# temporal, migrate to waku-org
|
# temporal, migrate to waku-org
|
||||||
tags: alrevuelta/waku-frontend:${{ steps.commit.outputs.short }} , alrevuelta/waku-frontend:latest
|
tags: alrevuelta/waku-frontend:${{ steps.commit.outputs.short }} , alrevuelta/waku-frontend:latest
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user