1
1
forked from iarv/meshview

more container test

This commit is contained in:
pablorevilla-meshtastic
2026-01-23 13:02:34 -08:00
parent 37386f9e28
commit a9a5e046ea

View File

@@ -17,13 +17,15 @@ jobs:
# list of Docker images to use as base name for tags
images: |
ghcr.io/${{ github.repository }}
# latest tag is only set for semver/tag-based builds (default behavior)
flavor: |
latest=auto
# generate Docker tags based on the following events/attributes
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=raw,value=latest,enable={{is_semver}}
- name: Login to GitHub Container Registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v3