fix: github workflow, post images publically

This commit is contained in:
MrAlders0n
2026-06-20 13:18:39 -04:00
parent 08ccf220cf
commit 2618f7b233
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -36,6 +36,10 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
labels: |
org.opencontainers.image.title=beacon-server
org.opencontainers.image.description=Beacon — MeshCore LoRa mesh observation server
org.opencontainers.image.licenses=AGPL-3.0-or-later
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=raw,value=dev,enable=${{ github.ref == 'refs/heads/dev' }}