We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a90a438 commit 9df20abCopy full SHA for 9df20ab
.github/workflows/ci.yaml
@@ -79,7 +79,7 @@ jobs:
79
80
- name: Define the Docker tag
81
id: vars
82
- run: echo "tag=$(scripts/docker-tag.sh)" >> $GITHUB_OUTPUT
+ run: echo ::set-output name=tag::$(scripts/docker-tag.sh)
83
84
- name: Print the tag
85
id: print
0 commit comments