fix: docker image tag
This commit is contained in:
parent
79835f6414
commit
a619192278
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
2
.github/workflows/build-singbox-docker.yml
vendored
2
.github/workflows/build-singbox-docker.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue