Skip to content

Commit

Permalink
actions: fix artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
lrvick committed Feb 28, 2024
1 parent a504ae5 commit 25a8193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
ghcr.io
for image in ${images}; do
skopeo copy --all --dest-decompress \
"dir:/home/runner/work/qos/qos/${image}.tar/${image}.tar" \
"oci-archive:/home/runner/work/qos/qos/${image}.tar/${image}.tar" \
"docker://ghcr.io/tkhq/${image}:sha-${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}"
for tag in ${tags}; do
skopeo copy --all \
Expand Down

0 comments on commit 25a8193

Please sign in to comment.