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
It seems that the pr-# tag is created once when the pull request opens.
I'd like subsequent pushes to the PR branch to re-tag the image so that the image:pr-123 image always reflects the latest built image from PR-123. Is this possible?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
It seems that the
pr-#
tag is created once when the pull request opens.I'd like subsequent pushes to the PR branch to re-tag the image so that the
image:pr-123
image always reflects the latest built image from PR-123. Is this possible?My current implementation is:
which seems to only produce the sha and branch tags when I make pushes to the branch which has an open PR, e.g.
where I would expect the following if
my-branch
has an open PR (#123);Beta Was this translation helpful? Give feedback.
All reactions