Skip to content

Commit 0b01bf6

Browse files
committed
build
1 parent bf0ac46 commit 0b01bf6

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.github/workflows/next.yml

+7-9
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,22 @@ jobs:
88
docker:
99
runs-on: ubuntu-latest
1010
steps:
11-
-
12-
name: Set up QEMU
11+
- name: Checkout
12+
uses: actions/checkout@v4
13+
- name: Set up QEMU
1314
uses: docker/setup-qemu-action@v3
14-
-
15-
name: Set up Docker Buildx
15+
- name: Set up Docker Buildx
1616
uses: docker/setup-buildx-action@v3
17-
-
18-
name: Login to Docker Hub
17+
- name: Login to Docker Hub
1918
uses: docker/login-action@v3
2019
with:
2120
username: ${{ secrets.DOCKERHUB_USERNAME }}
2221
password: ${{ secrets.DOCKERHUB_PWD }}
2322
- name: Build and push
2423
uses: docker/build-push-action@v5
2524
with:
26-
platforms: |
27-
linux/amd64
28-
linux/arm64
25+
context: .
26+
platforms: linux/amd64,linux/arm64
2927
tags: |
3028
n4z3m/dialoqbase-next:latest
3129
push: true

0 commit comments

Comments
 (0)