Skip to content

Commit

Permalink
Reenable multi-platform build
Browse files Browse the repository at this point in the history
  • Loading branch information
J12934 committed May 20, 2022
1 parent 0cae0bf commit 289221e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ jobs:

- name: Docker Meta
id: docker_meta
uses: crazy-max/ghaction-docker-meta@v1
uses: docker/metadata-action@v3
with:
images: iteratec/${{ matrix.component }}
tag-semver: |
{{ raw }}
tags: |
type=semver,pattern={{raw}}
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: "Set up QEMU"
uses: docker/setup-qemu-action@v1
uses: docker/setup-buildx-action@v2

- name: Login to DockerHub
uses: docker/login-action@v1
Expand All @@ -57,7 +57,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build and Push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: ./${{ matrix.component }}
file: ./${{ matrix.component }}/Dockerfile
Expand Down

0 comments on commit 289221e

Please sign in to comment.