Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenhorsman committed Oct 4, 2024
1 parent f4ddc9b commit 28bfaba
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 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 @@ -190,10 +190,13 @@ jobs:
- name: Download release commits file
uses: actions/download-artifact@v4
with:
pattern: my-artifact-*
pattern: tags-architectures-*
merge-multiple: true
path: tags-architectures-

- name: Debug tag architecures
run: cat /home/runner/work/cloud-api-adaptor/cloud-api-adaptor/tags-architectures- || true

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

Expand Down

0 comments on commit 28bfaba

Please sign in to comment.