Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
n4ze3m committed Oct 23, 2023
1 parent bf0ac46 commit 0b01bf6
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,22 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Set up QEMU
- name: Checkout
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
-
name: Set up Docker Buildx
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
-
name: Login to Docker Hub
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PWD }}
- name: Build and push
uses: docker/build-push-action@v5
with:
platforms: |
linux/amd64
linux/arm64
context: .
platforms: linux/amd64,linux/arm64
tags: |
n4z3m/dialoqbase-next:latest
push: true

0 comments on commit 0b01bf6

Please sign in to comment.