Skip to content

Commit e19cd73

Browse files
committed
2 separate artificats
1 parent 3f7ef94 commit e19cd73

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/ci-testing-deploy.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ jobs:
304304
- name: upload build artifacts
305305
uses: actions/upload-artifact@v4
306306
with:
307-
name: docker-buildx-images-${{ runner.os }}-${{ github.sha }}
307+
name: docker-buildx-images-${{ runner.os }}-${{ github.sha }}-backend
308308
path: /${{ runner.temp }}/build
309309

310310
build-test-images-frontend:
@@ -351,7 +351,7 @@ jobs:
351351
- name: upload build artifacts
352352
uses: actions/upload-artifact@v4
353353
with:
354-
name: docker-buildx-images-${{ runner.os }}-${{ github.sha }}
354+
name: docker-buildx-images-${{ runner.os }}-${{ github.sha }}-frontend
355355
path: /${{ runner.temp }}/build
356356

357357
unit-test-webserver-01:
@@ -1915,7 +1915,7 @@ jobs:
19151915
with:
19161916
action: actions/download-artifact@v4
19171917
with: |
1918-
name: docker-buildx-images-${{ runner.os }}-${{ github.sha }}
1918+
name: docker-buildx-images-${{ runner.os }}-${{ github.sha }}-backend
19191919
path: /${{ runner.temp }}/build
19201920
attempt_limit: 5
19211921
attempt_delay: 1000
@@ -1979,7 +1979,7 @@ jobs:
19791979
with:
19801980
action: actions/download-artifact@v4
19811981
with: |
1982-
name: docker-buildx-images-${{ runner.os }}-${{ github.sha }}
1982+
name: docker-buildx-images-${{ runner.os }}-${{ github.sha }}-backend
19831983
path: /${{ runner.temp }}/build
19841984
attempt_limit: 5
19851985
attempt_delay: 1000
@@ -2043,7 +2043,7 @@ jobs:
20432043
with:
20442044
action: actions/download-artifact@v4
20452045
with: |
2046-
name: docker-buildx-images-${{ runner.os }}-${{ github.sha }}
2046+
name: docker-buildx-images-${{ runner.os }}-${{ github.sha }}-backend
20472047
path: /${{ runner.temp }}/build
20482048
attempt_limit: 5
20492049
attempt_delay: 1000
@@ -2114,7 +2114,7 @@ jobs:
21142114
with:
21152115
action: actions/download-artifact@v4
21162116
with: |
2117-
name: docker-buildx-images-${{ runner.os }}-${{ github.sha }}
2117+
name: docker-buildx-images-${{ runner.os }}-${{ github.sha }}-backend
21182118
path: /${{ runner.temp }}/build
21192119
attempt_limit: 5
21202120
attempt_delay: 1000
@@ -2180,7 +2180,7 @@ jobs:
21802180
with:
21812181
action: actions/download-artifact@v4
21822182
with: |
2183-
name: docker-buildx-images-${{ runner.os }}-${{ github.sha }}
2183+
name: docker-buildx-images-${{ runner.os }}-${{ github.sha }}-backend
21842184
path: /${{ runner.temp }}/build
21852185
attempt_limit: 5
21862186
attempt_delay: 1000
@@ -2246,7 +2246,7 @@ jobs:
22462246
with:
22472247
action: actions/download-artifact@v4
22482248
with: |
2249-
name: docker-buildx-images-${{ runner.os }}-${{ github.sha }}
2249+
name: docker-buildx-images-${{ runner.os }}-${{ github.sha }}-backend
22502250
path: /${{ runner.temp }}/build
22512251
attempt_limit: 5
22522252
attempt_delay: 1000
@@ -2333,7 +2333,7 @@ jobs:
23332333
with:
23342334
action: actions/download-artifact@v4
23352335
with: |
2336-
name: docker-buildx-images-${{ runner.os }}-${{ github.sha }}
2336+
pattern: docker-buildx-images-${{ runner.os }}-${{ github.sha }}-*
23372337
path: /${{ runner.temp }}/build
23382338
attempt_limit: 5
23392339
attempt_delay: 1000
@@ -2393,7 +2393,7 @@ jobs:
23932393
with:
23942394
action: actions/download-artifact@v4
23952395
with: |
2396-
name: docker-buildx-images-${{ runner.os }}-${{ github.sha }}
2396+
pattern: docker-buildx-images-${{ runner.os }}-${{ github.sha }}-*
23972397
path: /${{ runner.temp }}/build
23982398
attempt_limit: 5
23992399
attempt_delay: 1000
@@ -2464,7 +2464,7 @@ jobs:
24642464
with:
24652465
action: actions/download-artifact@v4
24662466
with: |
2467-
name: docker-buildx-images-${{ runner.os }}-${{ github.sha }}
2467+
pattern: docker-buildx-images-${{ runner.os }}-${{ github.sha }}-*
24682468
path: /${{ runner.temp }}/build
24692469
attempt_limit: 5
24702470
attempt_delay: 1000
@@ -2544,7 +2544,7 @@ jobs:
25442544
- name: download docker images
25452545
uses: actions/download-artifact@v4
25462546
with:
2547-
name: docker-buildx-images-${{ runner.os }}-${{ github.sha }}
2547+
pattern: docker-buildx-images-${{ runner.os }}-${{ github.sha }}-*
25482548
path: /${{ runner.temp }}/build
25492549
- name: load docker images
25502550
run: make load-images local-src=/${{ runner.temp }}/build
@@ -2663,7 +2663,7 @@ jobs:
26632663
with:
26642664
action: actions/download-artifact@v4
26652665
with: |
2666-
name: docker-buildx-images-${{ runner.os }}-${{ github.sha }}
2666+
pattern: docker-buildx-images-${{ runner.os }}-${{ github.sha }}-*
26672667
path: /${{ runner.temp }}/build
26682668
attempt_limit: 5
26692669
attempt_delay: 1000

0 commit comments

Comments
 (0)