From a2f53ecf4d377349ecb804ece552bbe710fdc05f Mon Sep 17 00:00:00 2001 From: f18m Date: Mon, 3 Jun 2024 11:16:13 +0200 Subject: [PATCH] Push latest tag for the docker image when running the CI/CD pipeline --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ec61820..fe6ee91 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,6 +38,7 @@ jobs: multiPlatform: true platform: linux/amd64,linux/arm64,linux/arm/v7 image: psmqtt + addLatest: true # options related to PUSHing the docker image: registry: ghcr.io username: ${{ github.actor }}