Skip to content

Commit dfd752e

Browse files
authored
Share image build cloud (#22127)
<!--Delete sections as needed --> ## Description Added Docker Build Cloud as a way to share image between GHA jobs ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent 9045df8 commit dfd752e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/manuals/build/ci/github-actions/share-image-jobs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ keywords: ci, github actions, gha, buildkit, buildx
77

88
As each job is isolated in its own runner, you can't use your built image
99
between jobs, except if you're using [self-hosted runners](https://docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners)
10+
or [Docker Build Cloud](/build-cloud).
1011
However, you can [pass data between jobs](https://docs.github.com/en/actions/using-workflows/storing-workflow-data-as-artifacts#passing-data-between-jobs-in-a-workflow)
1112
in a workflow using the [actions/upload-artifact](https://github.com/actions/upload-artifact)
1213
and [actions/download-artifact](https://github.com/actions/download-artifact)

0 commit comments

Comments
 (0)