We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db19c8 commit 475306dCopy full SHA for 475306d
action.yml
@@ -36,6 +36,10 @@ outputs:
36
runs:
37
using: "composite"
38
steps:
39
+ - id: context
40
+ run: echo "::set-output name=tag::sha-${{ github.sha }}"
41
+ shell: bash
42
+
43
# docker context must be created prior to setting up Docker Buildx
44
# https://github.com/actions-runner-controller/actions-runner-controller/issues/893
45
- name: Set up Docker Context for Buildx
0 commit comments