Skip to content

Commit

Permalink
Set --all=false to remove redundant image pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 committed Jun 30, 2024
1 parent e993acb commit d7454ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/push-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ runs:
podman manifest add ${manifest_name} ${INTERMEDIARY_TAG_REFERENCE}-${format}
done
podman manifest push --all ${manifest_name}
podman manifest push --all=false ${manifest_name}
manifest_digests+=($(skopeo inspect docker://${manifest_name} --format '{{.Digest}}'))
tagged_image_references+=("${manifest_name}")
done
Expand Down

0 comments on commit d7454ec

Please sign in to comment.