Skip to content

Commit d494bd7

Browse files
committed
Messing with parameters
1 parent 8f79d01 commit d494bd7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
cache-from: type=gha
2424
cache-to: type=gha,mode=max
2525
context: ./ci/docker
26-
push: true
26+
push: false
27+
load: true
2728
tags: volta
2829
- name: Compile and package Volta
2930
run: docker run --volume ${PWD}:/root/workspace --workdir /root/workspace --rm --init --tty volta /root/workspace/ci/build-linux.sh volta-linux

0 commit comments

Comments
 (0)