Skip to content
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
6 changes: 5 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@ on:
jobs:
build-docker-image:
name: Build docker image
uses: restatedev/restate/.github/workflows/docker.yml@main
# Pinned to the commit before restatedev/restate f2605af9 (#5111), which added a
# `cargo metadata | jq 'select(.name == "restate-server")'` step. This repo's package
# is restate-operator, so that step exits non-zero here and fails the release build.
# Return to @main once the shared workflow takes the package name as an input.
uses: restatedev/restate/.github/workflows/docker.yml@e80dfe702f256abe9f53711910caf73fba05c2fb
secrets: inherit
Loading