getporter / porter

Porter enables you to package your application artifact, client tools, configuration and deployment logic together as an installer that you can distribute, and install with a single command.
https://porter.sh
Apache License 2.0
1.22k stars 204 forks source link

Don't determine default tag if bundle is referenced using digest #3118

Closed kichristensen closed 3 months ago

kichristensen commented 3 months ago

What does this change

If a bundle is referenced explicitly using a tag or a digest, we should not try to use the default tag.

Notes for the reviewer

Fixes the failing integration test for dep v2 https://github.com/getporter/porter/actions/runs/9136153884/job/25124605136

Checklist