diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e1b0be370..8af8095c3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,9 +35,9 @@ jobs: GHCR_TAGS="$GHCR_TAGS,${GHCR_IMAGE}:beta" fi - echo ::set-output name=platforms::${DOCKER_PLATFORMS} - echo ::set-output name=tags::${TAGS} - echo ::set-output name=ghcr-tags::${GHCR_TAGS} + run: echo "platforms=${DOCKER_PLATFORMS}" >> $GITHUB_OUTPUT + run: echo "tags=${TAGS}" >> $GITHUB_OUTPUT + run: echo "ghcr-tags=${GHCR_TAGS}" >> $GITHUB_OUTPUT - name: Set up QEMU id: qemu