You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd rather want to remove the latest image that existed before pushing and tag the built updated built image with latest I still haven't figured out how to do this yet
First, congrats for the action. It really works, although, I have an use case that I'm strugling to make it go with.
My usual docker image has an base image that does not change as much. Then I really would like an skipIfTagExists or something like that.
Ex:
skipIfImageExists = v0.0.23
If that image tag already exists on ECR, there is no need to create the docker image or push anything. What do you think?
The text was updated successfully, but these errors were encountered: