Update docker-image.yml

This commit is contained in:
Thegan Govender
2024-06-14 13:55:34 +02:00
committed by GitHub
parent 1e83abcb5d
commit 5a37c8b00e

View File

@@ -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