From d0ecdc551c75f6beb99be7b69c9a25f90c473a75 Mon Sep 17 00:00:00 2001 From: f18m Date: Mon, 29 Apr 2024 18:23:32 +0200 Subject: [PATCH] f --- .github/workflows/main.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b719ba6..06c973c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,10 +33,12 @@ jobs: - name: Build and push Docker image uses: mr-smithers-excellent/docker-build-push@v6 with: - context: . - file: ./Dockerfile - image: f18m/psmqtt + # options related to BUILDing the docker image: + dockerfile: ./Dockerfile multiPlatform: true platform: linux/amd64,linux/arm64,linux/arm/v7 + image: f18m/psmqtt + # options related to PUSHing the docker image: + registry: ghcr.io username: ${{ secrets.GHCR_USERNAME }} password: ${{ secrets.GHCR_TOKEN }}