Skip to content

Commit d93b890

Browse files
fix: set live-run to false in dockerhub publish
In eclipse-zenoh/ci#129 the docker publish action was changed to use an image attribute and use the live-run attribute to decide between publishing nightly or latest tags, thus we need to set the live-run to false.
1 parent 8927bcc commit d93b890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
uses: eclipse-zenoh/ci/.github/workflows/release-crates-dockerhub.yml@main
156156
with:
157157
no-build: true
158-
live-run: true
158+
live-run: false
159159
version: ${{ needs.tag.outputs.version }}
160160
repo: ${{ github.repository }}
161161
branch: ${{ needs.tag.outputs.branch }}

0 commit comments

Comments
 (0)