mirror of
https://github.com/MeshCore-Beacon/beacon-server.git
synced 2026-09-01 16:48:19 +00:00
fix: github workflow, post images publically
This commit is contained in:
@@ -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' }}
|
||||
|
||||
Reference in New Issue
Block a user