Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenhorsman committed Oct 7, 2024
1 parent bdd403d commit 10e782b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/caa_build_and_push_per_arch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: image-artifacts-${{matrix.type}}
name: tags-architectures-${{matrix.type}}
retention-days: 1
path: |
src/cloud-api-adaptor/tags-architectures-*
Expand All @@ -196,10 +196,15 @@ jobs:
- name: Download release commits file
uses: actions/download-artifact@v4
with:
pattern: my-artifact-*
pattern: tags-architectures-*
merge-multiple: true
path: src/cloud-api-adaptor/tags-architectures-

- name: Debug tag architecures
run: |
ls /home/runner/work/cloud-api-adaptor/cloud-api-adaptor/src/cloud-api-adaptortags-architectures- || true
cat /home/runner/work/cloud-api-adaptor/cloud-api-adaptor/src/cloud-api-adaptor/tags-architectures-* || true
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

Expand Down

0 comments on commit 10e782b

Please sign in to comment.