mirror of
https://github.com/logos-messaging/logos-messaging-frontend.git
synced 2026-01-02 05:43:11 +00:00
Build both arm/amd (#32)
This commit is contained in:
parent
670db33eb3
commit
1e176113d0
11
.github/workflows/push.yml
vendored
11
.github/workflows/push.yml
vendored
@ -13,13 +13,13 @@ jobs:
|
||||
uses: pr-mpt/actions-commit-hash@v2
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
@ -42,10 +42,9 @@ jobs:
|
||||
run: npm run build
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v3
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
# temporal, migrate to waku-org
|
||||
tags: alrevuelta/waku-frontend:${{ steps.commit.outputs.short }} , alrevuelta/waku-frontend:latest
|
||||
build-args: BUILD_VERSION=${{ steps.commit.outputs.hash }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user