Skip to content

Commit c156e9d

Browse files
committed
chore: temp disable cache for clean trixie build
1 parent b4058fb commit c156e9d

File tree

6 files changed

+30
-9
lines changed

6 files changed

+30
-9
lines changed

.github/workflows/apps.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ jobs:
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: .
@@ -99,7 +101,8 @@ jobs:
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

.github/workflows/base.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
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: .
@@ -48,7 +50,8 @@ jobs:
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

.github/workflows/java.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
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: .
@@ -70,7 +72,8 @@ jobs:
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

.github/workflows/mono.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
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: .
@@ -70,7 +72,8 @@ jobs:
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

.github/workflows/python.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ jobs:
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: .
@@ -76,7 +78,8 @@ jobs:
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

.github/workflows/wine.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
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: .
@@ -69,7 +71,8 @@ jobs:
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
@@ -98,6 +101,8 @@ jobs:
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

0 commit comments

Comments
 (0)