diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ab3d101..b91a176 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -26,7 +26,7 @@ jobs: with: # list of Docker images to use as base name for tags images: | - ghcr.io/jop-software/imap-mailbox-exporter + ghcr.io/qoqa/imap-mailbox-exporter # generate Docker tags based on the following events/attributes tags: | type=semver,pattern={{version}} @@ -50,6 +50,7 @@ jobs: uses: docker/build-push-action@v3 with: context: . + platforms: linux/amd64,linux/arm64 push: true tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }}