Skip to content

Commit f88e47e

Browse files
committed
use relative url
1 parent 4eb9324 commit f88e47e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +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](https://docs.docker.com/build-cloud/).
10+
or [Docker Build Cloud](/build-cloud).
1111
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)
1212
in a workflow using the [actions/upload-artifact](https://github.com/actions/upload-artifact)
1313
and [actions/download-artifact](https://github.com/actions/download-artifact)

0 commit comments

Comments
 (0)