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 d582179 commit 52e04c6Copy full SHA for 52e04c6
.github/workflows/docker.yml
@@ -27,7 +27,7 @@ jobs:
27
if [[ $VERSION =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]]; then
28
TAGS="$TAGS,${{ github.repository }}:latest"
29
fi
30
- echo ::set-output name=tags::${TAGS}
+ echo "tags=${TAGS}" >> $GITHUB_OUTPUT
31
- name: Set up QEMU
32
uses: docker/setup-qemu-action@v2
33
- name: Set up Docker Buildx
0 commit comments