removed docker cache when building

This commit is contained in:
2025-10-08 17:26:25 +02:00
parent 53d4dea401
commit f180bca6da

View File

@@ -48,7 +48,7 @@ jobs:
docker build \ docker build \
--tag ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:latest-${{ matrix.arch }} \ --tag ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:latest-${{ matrix.arch }} \
--build-arg "ALPINE_VERSION=${{ env.ALPINE_VERSION }}" \ --build-arg "ALPINE_VERSION=${{ env.ALPINE_VERSION }}" \
--platform linux/${{ matrix.arch }} -f Dockerfile . --platform linux/${{ matrix.arch }} --no-cache -f Dockerfile .
docker push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:latest-${{ matrix.arch }} docker push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:latest-${{ matrix.arch }}
manifest: manifest: