fix tagging
Some checks failed
/ build-container (push) Successful in 1m50s
/ Deploy to kubernetes (push) Failing after 11s

This commit is contained in:
Finn 2025-01-18 13:55:09 -08:00
parent f767ae9a3f
commit 54c5e412ea

View file

@ -5,7 +5,7 @@ jobs:
container:
image: library/docker:dind
outputs:
output1: ${{ steps.meta.outputs.tags }}
tags: "${{ steps.meta.outputs.tags }}"
steps:
- run: apk add --no-cache nodejs git
- name: login to container registry
@ -51,4 +51,4 @@ jobs:
git commit -am "bump matrix-bridge-meshtastic to ${tag}"
git push
env:
tags: needs.build-container.outputs.tags
tags: "${{ needs.build-container.outputs.tags }}"