diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3792c1c..185ac14 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,8 +44,8 @@ jobs: if [[ $VERSION =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]]; then TAGS="$TAGS,${DOCKER_IMAGE}:latest,${DOCKER_IMAGE}:${{ env.CI_SHA_SHORT }}" fi - echo ::set-output name=tags::${TAGS} - echo ::set-output name=version::${VERSION} + echo "name=tags::${TAGS}" >> $GITHUB_OUTPUT + echo "name=version::${VERSION}" >> $GITHUB_OUTPUT - name: Set up QEMU uses: docker/setup-qemu-action@v3