diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 45d95ad..9642b1b 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -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