File tree 1 file changed +1
-22
lines changed
1 file changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -159,28 +159,7 @@ jobs:
159
159
version : ${{ needs.tag.outputs.version }}
160
160
repo : ${{ github.repository }}
161
161
branch : ${{ needs.tag.outputs.branch }}
162
- tags : " eclipse/zenoh-bridge-mqtt:${{ needs.tag.outputs.version }}"
163
- binary : zenoh-bridge-mqtt
164
- files : |
165
- zenoh-bridge-mqtt
166
- libzenoh_plugin_mqtt.so
167
- platforms : |
168
- linux/arm64
169
- linux/amd64
170
- licenses : EPL-2.0 OR Apache-2.0
171
- secrets : inherit
172
-
173
- ghcr :
174
- name : Publish container image to GitHub Container Registry
175
- needs : [tag, build-standalone]
176
- uses : eclipse-zenoh/ci/.github/workflows/release-crates-ghcr.yml@main
177
- with :
178
- no-build : true
179
- live-run : true
180
- version : ${{ needs.tag.outputs.version }}
181
- repo : ${{ github.repository }}
182
- branch : ${{ needs.tag.outputs.branch }}
183
- tags : " ghcr.io/${{ github.repository }}:${{ needs.tag.outputs.version }}"
162
+ image : " eclipse/zenoh-bridge-mqtt"
184
163
binary : zenoh-bridge-mqtt
185
164
files : |
186
165
zenoh-bridge-mqtt
You can’t perform that action at this time.
0 commit comments