Skip to content

Commit

Permalink
use different oci archive image names
Browse files Browse the repository at this point in the history
  • Loading branch information
emostov committed Feb 21, 2024
1 parent c647453 commit 92082c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
ghcr.io
for image in ${images}; do
skopeo copy --all \
"oci-archive:./${image}.oci.x86_64.tar/${image}.oci.x86_64.tar" \
"oci-archive:./${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 92082c1

Please sign in to comment.