fix tagging
This commit is contained in:
parent
f767ae9a3f
commit
54c5e412ea
1 changed files with 2 additions and 2 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue