Skip to content

Commit 8feb27a

Browse files
Fix release workflow to use docker image attribute (#98)
1 parent 8927bcc commit 8feb27a

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -159,28 +159,7 @@ jobs:
159159
version: ${{ needs.tag.outputs.version }}
160160
repo: ${{ github.repository }}
161161
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"
184163
binary: zenoh-bridge-mqtt
185164
files: |
186165
zenoh-bridge-mqtt

0 commit comments

Comments
 (0)