This commit is contained in:
parent
1343410e62
commit
6207d9a2d5
1 changed files with 7 additions and 0 deletions
|
@ -13,6 +13,13 @@ jobs:
|
||||||
id: meta
|
id: meta
|
||||||
with:
|
with:
|
||||||
images: git.janky.solutions/finn/matrix-meshtastic-bridge
|
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
|
- name: build container image
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue