You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As each job is isolated in its own runner, you can't use your built image
9
9
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).
10
11
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)
11
12
in a workflow using the [actions/upload-artifact](https://github.com/actions/upload-artifact)
12
13
and [actions/download-artifact](https://github.com/actions/download-artifact)
0 commit comments