Skip to content

Commit 475306d

Browse files
committed
context is required
1 parent 5db19c8 commit 475306d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ outputs:
3636
runs:
3737
using: "composite"
3838
steps:
39+
- id: context
40+
run: echo "::set-output name=tag::sha-${{ github.sha }}"
41+
shell: bash
42+
3943
# docker context must be created prior to setting up Docker Buildx
4044
# https://github.com/actions-runner-controller/actions-runner-controller/issues/893
4145
- name: Set up Docker Context for Buildx

0 commit comments

Comments
 (0)