From a619192278c1b0cd41e13d767f011b04e16d41cd Mon Sep 17 00:00:00 2001 From: Mike Evans Date: Tue, 8 Aug 2023 16:44:35 +0100 Subject: [PATCH] fix: docker image tag --- .github/workflows/build-singbox-docker-mainline.yml | 2 +- .github/workflows/build-singbox-docker.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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