diff --git a/.forgejo/workflows/container-build.yaml b/.forgejo/workflows/container-build.yaml index 4691c25..51b8e1f 100644 --- a/.forgejo/workflows/container-build.yaml +++ b/.forgejo/workflows/container-build.yaml @@ -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: