We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d09fe2b commit b9bf744Copy full SHA for b9bf744
.github/workflows/build_test_push.yaml
@@ -1,4 +1,4 @@
1
-name: Build, test and push multi-platform Docker image
+name: Build, test & push executor
2
3
on:
4
workflow_call:
@@ -154,6 +154,7 @@ jobs:
154
--build-arg RONDB_TARBALL_LOCAL_REMOTE=remote \
155
--build-arg RONDB_X86_TARBALL_URI=$BASE_DOWNLOAD_URL/${{ inputs.rondb_x86_tarball_name }}
156
157
+ # TODO: This doesn't have access to the images of the previous jobs
158
push-x86:
159
runs-on: ubuntu-latest
160
# It's always EITHER one or the other that will be run
0 commit comments