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 82d1577 commit 9450740
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 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,18 @@ 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-adaptor/ || true
cat /home/runner/work/cloud-api-adaptor/cloud-api-adaptor/src/cloud-api-adaptor/tags.txt || true
cat /home/runner/work/cloud-api-adaptor/cloud-api-adaptor/src/cloud-api-adaptor/hack/../tags.txt || true
ls /home/runner/work/cloud-api-adaptor/cloud-api-adaptor/src/cloud-api-adaptor/tags-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 9450740

Please sign in to comment.