Skip to content

Commit 6c6eab2

Browse files
Merge pull request #1589 from Kobzol/fix-release
Export Docker image in CI to make it available for deployment
2 parents 31b043d + 236e028 commit 6c6eab2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
uses: docker/build-push-action@v4
2929
with:
3030
context: .
31+
# Export the image to Docker to make it available in the next step
32+
load: true
3133
tags: rustc-perf
3234
cache-from: type=gha
3335
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)