fix: docker image tag

This commit is contained in:
Mike Evans 2023-08-08 16:44:35 +01:00 committed by GitHub
parent 79835f6414
commit a619192278
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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