Skip to content

Commit 9efaabd

Browse files
committed
ci: add output to path
Signed-off-by: Austin Vazquez <austin.vazquez@docker.com>
1 parent 1a0440b commit 9efaabd

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
arch: arm64
159159

160160
steps:
161-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
161+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
162162

163163
- name: Calculate kernel cache key
164164
id: cache-key
@@ -220,6 +220,9 @@ jobs:
220220
echo "Shim:"
221221
file _output/containerd-shim-nerdbox-v1
222222
223+
- name: Add _output to PATH
224+
run: echo "$(pwd)/_output" >> $GITHUB_PATH
225+
223226
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
224227
with:
225228
go-version-file: '.github/.tool-versions'

0 commit comments

Comments
 (0)