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 have some template code to build and push an image to the repository. We need to:
Parameterize the action to allow for fields for input
Enable compiling and uploading of pipelines that point to versioned Docker images
We can tag these either manually or automate these with tagged releases. This usually involves pushing a tagged version, as well as latest (we only need to compile and build tagged pipelines since the latest pipeline always points to the latest image)
The text was updated successfully, but these errors were encountered:
We have some template code to build and push an image to the repository. We need to:
We can tag these either manually or automate these with tagged releases. This usually involves pushing a tagged version, as well as latest (we only need to compile and build tagged pipelines since the latest pipeline always points to the latest image)
The text was updated successfully, but these errors were encountered: