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
We pass github.ref which have format refs/tags/%tag%. We can use this
format to download GitHub repository and checkout to specific branch,
however this format is not applicable to docker pull and rest of the
steps. Therefore we set up TAG environment variable in %tag% format
which is used in all steps after checking out and is derived from
git tag.
Signed-off-by: Pavel Abramov <[email protected]>
0 commit comments