diff --git a/.github/workflows/build-singbox-docker-mainline.yml b/.github/workflows/build-singbox-docker-mainline.yml index 0620dcc..0a56f40 100644 --- a/.github/workflows/build-singbox-docker-mainline.yml +++ b/.github/workflows/build-singbox-docker-mainline.yml @@ -49,7 +49,7 @@ jobs: echo "tagpost=full-distroless" >> $GITHUB_OUTPUT else cp "$GITHUB_WORKSPACE/action/dockerfiles/Dockerfile.full" "$GITHUB_WORKSPACE/Dockerfile" - echo "tagpost=full" >> $GITHUB_OUTPUT + # echo "tagpost=full" >> $GITHUB_OUTPUT fi elif [[ "${{ matrix.buildType }}" == "minimized" ]]; then if [[ "${{ matrix.distro }}" == "distroless" ]]; then diff --git a/.github/workflows/build-singbox-docker.yml b/.github/workflows/build-singbox-docker.yml index 4562305..401e3dc 100644 --- a/.github/workflows/build-singbox-docker.yml +++ b/.github/workflows/build-singbox-docker.yml @@ -49,7 +49,7 @@ jobs: echo "tagpost=full-distroless" >> $GITHUB_OUTPUT else cp "$GITHUB_WORKSPACE/action/dockerfiles/Dockerfile.full" "$GITHUB_WORKSPACE/Dockerfile" - echo "tagpost=full" >> $GITHUB_OUTPUT + # echo "tagpost=full" >> $GITHUB_OUTPUT fi elif [[ "${{ matrix.buildType }}" == "minimized" ]]; then if [[ "${{ matrix.distro }}" == "distroless" ]]; then