Skip to content
This repository was archived by the owner on Jun 19, 2024. It is now read-only.

Commit 331ab77

Browse files
authored
Update docker.yml (#20)
1 parent 58689cb commit 331ab77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fi
3434
3535
printf "Tagging with %s\n" "${TAGS}"
36-
echo "::set-output name=tags::${TAGS}"
36+
echo "tags=${TAGS}" >> $GITHUB_OUTPUT
3737
- name: Set up Docker Buildx
3838
uses: docker/setup-buildx-action@v1
3939
- name: Login to DockerHub

0 commit comments

Comments
 (0)