Skip to content

CI: Add code checks to MR #114

CI: Add code checks to MR

CI: Add code checks to MR #114

Workflow file for this run

name: Build docker images
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [linux/amd64, linux/arm/v7, linux/arm64]
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch the entire history to include the .git directory
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build
uses: docker/build-push-action@v6
with:
context: .
platforms: ${{ matrix.platform }}
push: false
tags: |
maxwinterstein/toogoodtogo-ha-mqtt-bridge:test