skip docker cache

This commit is contained in:
2025-10-02 22:56:02 +02:00
parent 7b92983984
commit e3cb0502d6

View File

@@ -61,7 +61,7 @@ jobs:
--tag ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:${{ matrix.ver }}-${{ matrix.arch }} \ --tag ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:${{ matrix.ver }}-${{ matrix.arch }} \
--build-arg URL=${{ matrix.url }} \ --build-arg URL=${{ matrix.url }} \
--build-arg DEBNAME=${{ matrix.debname }} \ --build-arg DEBNAME=${{ matrix.debname }} \
--platform linux/${{ matrix.arch }} -f Dockerfile . --platform linux/${{ matrix.arch }} --no-cache -f Dockerfile .
docker push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:${{ matrix.ver }}-${{ matrix.arch }} docker push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:${{ matrix.ver }}-${{ matrix.arch }}
manifest: manifest: