File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -93,10 +93,10 @@ jobs:
93
93
steps :
94
94
-
95
95
name : Checkout
96
- uses : actions/checkout@v2
96
+ uses : actions/checkout@v3
97
97
-
98
98
name : Cache Vagrant boxes
99
- uses : actions/cache@v2
99
+ uses : actions/cache@v3
100
100
with :
101
101
path : ~/.vagrant.d/boxes
102
102
key : ${{ runner.os }}-vagrant-${{ hashFiles('hack/Vagrantfile.freebsd13') }}
@@ -110,7 +110,7 @@ jobs:
110
110
run : |
111
111
vagrant ssh -- "cp /vagrant/hack/dockerfiles/freebsd-smoke.Dockerfile /vagrant/cmd/buildctl/Dockerfile"
112
112
vagrant ssh -- "cd /vagrant/cmd/buildctl; go run . build --frontend dockerfile.v0 --local context=. --local dockerfile=."
113
-
114
- - name : Print BuildKit logs
113
+ -
114
+ name : Print BuildKit logs
115
115
if : always()
116
116
run : vagrant ssh -- "sudo cat /vagrant/run-logs/buildkitd"
You can’t perform that action at this time.
0 commit comments