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
At the moment, we're autogenerating Docker builds and uploading them to the Github Docker Registry. However these are primarily tagged to the branch (master, dev) and don't seem to have an associated tag. We may want to update this to the following:
Additionally, we may want to create a branch that is specifically for testing docker updates and take out the automated builds from dev and master (e.g. only build on the docker branch and with tagged releases).
The text was updated successfully, but these errors were encountered:
At the moment, we're autogenerating Docker builds and uploading them to the Github Docker Registry. However these are primarily tagged to the branch (
master
,dev
) and don't seem to have an associated tag. We may want to update this to the following:https://github.com/marketplace/actions/docker-build-tag-push
Additionally, we may want to create a branch that is specifically for testing docker updates and take out the automated builds from
dev
andmaster
(e.g. only build on the docker branch and with tagged releases).The text was updated successfully, but these errors were encountered: