skip docker cache
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user