Skip to content

Commit 9df20ab

Browse files
committed
Change the Docker tag def
1 parent a90a438 commit 9df20ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979

8080
- name: Define the Docker tag
8181
id: vars
82-
run: echo "tag=$(scripts/docker-tag.sh)" >> $GITHUB_OUTPUT
82+
run: echo ::set-output name=tag::$(scripts/docker-tag.sh)
8383

8484
- name: Print the tag
8585
id: print

0 commit comments

Comments
 (0)