Skip to content

Commit

Permalink
2 separate artificats
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Dec 8, 2024
1 parent 3f7ef94 commit e19cd73
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/ci-testing-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ jobs:
- name: upload build artifacts
uses: actions/upload-artifact@v4
with:
name: docker-buildx-images-${{ runner.os }}-${{ github.sha }}
name: docker-buildx-images-${{ runner.os }}-${{ github.sha }}-backend
path: /${{ runner.temp }}/build

build-test-images-frontend:
Expand Down Expand Up @@ -351,7 +351,7 @@ jobs:
- name: upload build artifacts
uses: actions/upload-artifact@v4
with:
name: docker-buildx-images-${{ runner.os }}-${{ github.sha }}
name: docker-buildx-images-${{ runner.os }}-${{ github.sha }}-frontend
path: /${{ runner.temp }}/build

unit-test-webserver-01:
Expand Down Expand Up @@ -1915,7 +1915,7 @@ jobs:
with:
action: actions/download-artifact@v4
with: |
name: docker-buildx-images-${{ runner.os }}-${{ github.sha }}
name: docker-buildx-images-${{ runner.os }}-${{ github.sha }}-backend
path: /${{ runner.temp }}/build
attempt_limit: 5
attempt_delay: 1000
Expand Down Expand Up @@ -1979,7 +1979,7 @@ jobs:
with:
action: actions/download-artifact@v4
with: |
name: docker-buildx-images-${{ runner.os }}-${{ github.sha }}
name: docker-buildx-images-${{ runner.os }}-${{ github.sha }}-backend
path: /${{ runner.temp }}/build
attempt_limit: 5
attempt_delay: 1000
Expand Down Expand Up @@ -2043,7 +2043,7 @@ jobs:
with:
action: actions/download-artifact@v4
with: |
name: docker-buildx-images-${{ runner.os }}-${{ github.sha }}
name: docker-buildx-images-${{ runner.os }}-${{ github.sha }}-backend
path: /${{ runner.temp }}/build
attempt_limit: 5
attempt_delay: 1000
Expand Down Expand Up @@ -2114,7 +2114,7 @@ jobs:
with:
action: actions/download-artifact@v4
with: |
name: docker-buildx-images-${{ runner.os }}-${{ github.sha }}
name: docker-buildx-images-${{ runner.os }}-${{ github.sha }}-backend
path: /${{ runner.temp }}/build
attempt_limit: 5
attempt_delay: 1000
Expand Down Expand Up @@ -2180,7 +2180,7 @@ jobs:
with:
action: actions/download-artifact@v4
with: |
name: docker-buildx-images-${{ runner.os }}-${{ github.sha }}
name: docker-buildx-images-${{ runner.os }}-${{ github.sha }}-backend
path: /${{ runner.temp }}/build
attempt_limit: 5
attempt_delay: 1000
Expand Down Expand Up @@ -2246,7 +2246,7 @@ jobs:
with:
action: actions/download-artifact@v4
with: |
name: docker-buildx-images-${{ runner.os }}-${{ github.sha }}
name: docker-buildx-images-${{ runner.os }}-${{ github.sha }}-backend
path: /${{ runner.temp }}/build
attempt_limit: 5
attempt_delay: 1000
Expand Down Expand Up @@ -2333,7 +2333,7 @@ jobs:
with:
action: actions/download-artifact@v4
with: |
name: docker-buildx-images-${{ runner.os }}-${{ github.sha }}
pattern: docker-buildx-images-${{ runner.os }}-${{ github.sha }}-*
path: /${{ runner.temp }}/build
attempt_limit: 5
attempt_delay: 1000
Expand Down Expand Up @@ -2393,7 +2393,7 @@ jobs:
with:
action: actions/download-artifact@v4
with: |
name: docker-buildx-images-${{ runner.os }}-${{ github.sha }}
pattern: docker-buildx-images-${{ runner.os }}-${{ github.sha }}-*
path: /${{ runner.temp }}/build
attempt_limit: 5
attempt_delay: 1000
Expand Down Expand Up @@ -2464,7 +2464,7 @@ jobs:
with:
action: actions/download-artifact@v4
with: |
name: docker-buildx-images-${{ runner.os }}-${{ github.sha }}
pattern: docker-buildx-images-${{ runner.os }}-${{ github.sha }}-*
path: /${{ runner.temp }}/build
attempt_limit: 5
attempt_delay: 1000
Expand Down Expand Up @@ -2544,7 +2544,7 @@ jobs:
- name: download docker images
uses: actions/download-artifact@v4
with:
name: docker-buildx-images-${{ runner.os }}-${{ github.sha }}
pattern: docker-buildx-images-${{ runner.os }}-${{ github.sha }}-*
path: /${{ runner.temp }}/build
- name: load docker images
run: make load-images local-src=/${{ runner.temp }}/build
Expand Down Expand Up @@ -2663,7 +2663,7 @@ jobs:
with:
action: actions/download-artifact@v4
with: |
name: docker-buildx-images-${{ runner.os }}-${{ github.sha }}
pattern: docker-buildx-images-${{ runner.os }}-${{ github.sha }}-*
path: /${{ runner.temp }}/build
attempt_limit: 5
attempt_delay: 1000
Expand Down

0 comments on commit e19cd73

Please sign in to comment.