pyIncore is a component of IN-CORE. It is a python package consisting of two primary components: 1) a set of service classes to interact with the IN-CORE web services, and 2) IN-CORE analyses . The pyIncore allows users to apply various hazards to infrastructure in selected areas, propagating the effect of physical infrastructure damage and loss of functionality to social and economic impacts.
Mozilla Public License 2.0
25
stars
7
forks
source link
Fix GitHub action error in posting the container when merged to main #633
There is an error in posting the documentation docker image by github action when the branch gets merged to the main branch. The PR fixes the problem but it is not easy to test unless this PR gets merged to main. I have tested this branch by creating the branch named "main-temp" and made github action to response to the main-temp branch instead of main branch. Then, it worked successfully and posted the docker container with the correct versioning. If you check the hub.ncsa.illinois.edu and see the tag with 1, 1.20, 1.20.1, and latest, that is the result from this PR
There is an error in posting the documentation docker image by github action when the branch gets merged to the main branch. The PR fixes the problem but it is not easy to test unless this PR gets merged to main. I have tested this branch by creating the branch named "main-temp" and made github action to response to the main-temp branch instead of main branch. Then, it worked successfully and posted the docker container with the correct versioning. If you check the hub.ncsa.illinois.edu and see the tag with 1, 1.20, 1.20.1, and latest, that is the result from this PR