Skip to content

Commit

Permalink
debug github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pn-santos committed Oct 31, 2024
1 parent 776f1a7 commit b13e9de
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with: {name: image}
with:
name: image
path: image
- name: Display structure of downloaded files
run: ls -R
- uses: docker://concourse/registry-image-resource
with: {entrypoint: scripts/push-image}
env:
Expand Down

0 comments on commit b13e9de

Please sign in to comment.