File tree Expand file tree Collapse file tree 6 files changed +30
-9
lines changed
Expand file tree Collapse file tree 6 files changed +30
-9
lines changed Original file line number Diff line number Diff line change 9191 username : ${{ vars.DOCKERHUB_USERNAME }}
9292 password : ${{ secrets.DOCKERHUB_TOKEN }}
9393
94+ - run : docker buildx prune -af
95+
9496 - uses : docker/build-push-action@v6
9597 with :
9698 context : .
99101 push : true
100102 pull : true
101103 tags : cubecoders/ampbase:${{ matrix.app }}
102- cache-from : type=registry,ref=cubecoders/ampbase:${{ matrix.app }}
104+ # cache-from: type=registry,ref=cubecoders/ampbase:${{ matrix.app }}
105+ no-cache : true
103106 cache-to : type=inline
104107 provenance : mode=max
105108 sbom : true
Original file line number Diff line number Diff line change 4040 username : ${{ vars.DOCKERHUB_USERNAME }}
4141 password : ${{ secrets.DOCKERHUB_TOKEN }}
4242
43+ - run : docker buildx prune -af
44+
4345 - uses : docker/build-push-action@v6
4446 with :
4547 context : .
4850 push : true
4951 tags : |
5052 cubecoders/ampbase:${{ matrix.base }}
51- cache-from : type=registry,ref=cubecoders/ampbase:${{ matrix.base }}
53+ # cache-from: type=registry,ref=cubecoders/ampbase:${{ matrix.base }}
54+ no-cache : true
5255 cache-to : type=inline
5356 provenance : mode=max
5457 sbom : true
Original file line number Diff line number Diff line change 6262 username : ${{ vars.DOCKERHUB_USERNAME }}
6363 password : ${{ secrets.DOCKERHUB_TOKEN }}
6464
65+ - run : docker buildx prune -af
66+
6567 - uses : docker/build-push-action@v6
6668 with :
6769 context : .
7072 push : true
7173 pull : true
7274 tags : cubecoders/ampbase:java-${{ matrix.java }}
73- cache-from : type=registry,ref=cubecoders/ampbase:java-${{ matrix.java }}
75+ # cache-from: type=registry,ref=cubecoders/ampbase:java-${{ matrix.java }}
76+ no-cache : true
7477 cache-to : type=inline
7578 provenance : mode=max
7679 sbom : true
Original file line number Diff line number Diff line change 6262 username : ${{ vars.DOCKERHUB_USERNAME }}
6363 password : ${{ secrets.DOCKERHUB_TOKEN }}
6464
65+ - run : docker buildx prune -af
66+
6567 - uses : docker/build-push-action@v6
6668 with :
6769 context : .
7072 push : true
7173 pull : true
7274 tags : cubecoders/ampbase:mono-${{ matrix.mono }}
73- cache-from : type=registry,ref=cubecoders/ampbase:mono-${{ matrix.mono }}
75+ # cache-from: type=registry,ref=cubecoders/ampbase:mono-${{ matrix.mono }}
76+ no-cache : true
7477 cache-to : type=inline
7578 provenance : mode=max
7679 sbom : true
Original file line number Diff line number Diff line change 6868 username : ${{ vars.DOCKERHUB_USERNAME }}
6969 password : ${{ secrets.DOCKERHUB_TOKEN }}
7070
71+ - run : docker buildx prune -af
72+
7173 - uses : docker/build-push-action@v6
7274 with :
7375 context : .
7678 push : true
7779 pull : true
7880 tags : cubecoders/ampbase:python-${{ matrix.python }}
79- cache-from : type=registry,ref=cubecoders/ampbase:python-${{ matrix.python }}
81+ # cache-from: type=registry,ref=cubecoders/ampbase:python-${{ matrix.python }}
82+ no-cache : true
8083 cache-to : type=inline
8184 provenance : mode=max
8285 sbom : true
Original file line number Diff line number Diff line change 6161 username : ${{ vars.DOCKERHUB_USERNAME }}
6262 password : ${{ secrets.DOCKERHUB_TOKEN }}
6363
64+ - run : docker buildx prune -af
65+
6466 - uses : docker/build-push-action@v6
6567 with :
6668 context : .
6971 push : true
7072 pull : true
7173 tags : cubecoders/ampbase:wine-common
72- cache-from : type=registry,ref=cubecoders/ampbase:wine-common
74+ # cache-from: type=registry,ref=cubecoders/ampbase:wine-common
75+ no-cache : true
7376 cache-to : type=inline
7477 provenance : mode=max
7578 sbom : true
98101 username : ${{ vars.DOCKERHUB_USERNAME }}
99102 password : ${{ secrets.DOCKERHUB_TOKEN }}
100103
104+ - run : docker buildx prune -af
105+
101106 - uses : docker/build-push-action@v6
102107 with :
103108 context : .
@@ -106,9 +111,10 @@ jobs:
106111 push : true
107112 pull : true
108113 tags : cubecoders/ampbase:wine-${{ matrix.version }}
109- cache-from : |
110- type=registry,ref=cubecoders/ampbase:wine-common
111- type=registry,ref=cubecoders/ampbase:wine-${{ matrix.version }}
114+ # cache-from: |
115+ # type=registry,ref=cubecoders/ampbase:wine-common
116+ # type=registry,ref=cubecoders/ampbase:wine-${{ matrix.version }}
117+ no-cache : true
112118 cache-to : type=inline
113119 provenance : mode=max
114120 sbom : true
You can’t perform that action at this time.
0 commit comments