From 5a37c8b00e9eb985aea5e16a8d1b991d422f90cb Mon Sep 17 00:00:00 2001 From: Thegan Govender Date: Fri, 14 Jun 2024 13:55:34 +0200 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index a0b7097..8a26d34 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -3,7 +3,7 @@ on: push: tags: - "v*.*.*" - branches: [ unstable, main ] + branches: [ unstable ] jobs: build: @@ -44,7 +44,5 @@ jobs: with: context: . push: true - tags: | - ${{ github.ref == 'refs/heads/main' && 'latest' || steps.meta.outputs.tags }} + tags: ${{ steps.meta.outputs.tags }} platforms: linux/amd64,linux/arm64,linux/arm/v7 -