Skip to content

Commit 52e04c6

Browse files
authored
Update docker.yml (#76)
1 parent d582179 commit 52e04c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
if [[ $VERSION =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]]; then
2828
TAGS="$TAGS,${{ github.repository }}:latest"
2929
fi
30-
echo ::set-output name=tags::${TAGS}
30+
echo "tags=${TAGS}" >> $GITHUB_OUTPUT
3131
- name: Set up QEMU
3232
uses: docker/setup-qemu-action@v2
3333
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)