Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix release workflow to use docker image attribute #235

Merged
merged 1 commit into from
May 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 1 addition & 22 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,28 +161,7 @@ jobs:
version: ${{ needs.tag.outputs.version }}
branch: ${{ needs.tag.outputs.branch }}
repo: ${{ github.repository }}
tags: "eclipse/zenoh-bridge-dds:${{ needs.tag.outputs.version }}"
binary: zenoh-bridge-dds
files: |
zenoh-bridge-dds
libzenoh_plugin_dds.so
platforms: |
linux/arm64
linux/amd64
licenses: EPL-2.0 OR Apache-2.0
secrets: inherit

ghcr:
name: Publish container image to GitHub Container Registry
needs: [tag, build-standalone]
uses: eclipse-zenoh/ci/.github/workflows/release-crates-ghcr.yml@main
with:
no-build: true
live-run: true
version: ${{ needs.tag.outputs.version }}
branch: ${{ needs.tag.outputs.branch }}
repo: ${{ github.repository }}
tags: "ghcr.io/${{ github.repository }}:${{ needs.tag.outputs.version }}"
image: "eclipse/zenoh-bridge-dds"
binary: zenoh-bridge-dds
files: |
zenoh-bridge-dds
Expand Down