Skip to content

Commit

Permalink
use relative url
Browse files Browse the repository at this point in the history
  • Loading branch information
nico1510 committed Feb 28, 2025
1 parent 4eb9324 commit f88e47e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords: ci, github actions, gha, buildkit, buildx

As each job is isolated in its own runner, you can't use your built image
between jobs, except if you're using [self-hosted runners](https://docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners)
or [Docker Build Cloud](https://docs.docker.com/build-cloud/).
or [Docker Build Cloud](/build-cloud).
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)
in a workflow using the [actions/upload-artifact](https://github.com/actions/upload-artifact)
and [actions/download-artifact](https://github.com/actions/download-artifact)
Expand Down

0 comments on commit f88e47e

Please sign in to comment.