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
When a new docker image is built for the docker tag 4.2.x and latest, only the tag 4.2.x will get the new modification. There is a need to execute again the github action for the tag latest to have the same modification as the tag 4.2.x.
When a new docker image is built for the docker tag
4.2.x
andlatest
, only the tag4.2.x
will get the new modification. There is a need to execute again the github action for the taglatest
to have the same modification as the tag4.2.x
.There is probably an issue for the command here: https://github.com/georchestra/geonetwork/blob/georchestra-gn4.2.x/.github/workflows/georchestra-gn4.yml#L80 but I can't find the way to solve the issue.
Probably related to #224
The text was updated successfully, but these errors were encountered: