more container image tags
All checks were successful
/ build-container (push) Successful in 5m37s

This commit is contained in:
Finn 2024-10-14 16:27:43 -07:00
parent 1343410e62
commit 6207d9a2d5

View file

@ -13,6 +13,13 @@ jobs:
id: meta
with:
images: git.janky.solutions/finn/matrix-meshtastic-bridge
tags: |
type=schedule
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=ref,event=branch
type=sha
- name: build container image
uses: docker/build-push-action@v4
with: