File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 53
53
- name : Push docker image to Nexus
54
54
run : |
55
55
echo $VERSION
56
- docker pull ghcr.io/mtes-mct/monitorfish/monitorfish-app:$( VERSION)
56
+ docker pull ghcr.io/mtes-mct/monitorfish/monitorfish-app:$VERSION
57
57
echo "${{ secrets.NEXUS_PASSWORD }}" | docker login http://depot-sml.din.developpement-durable.gouv.fr:5010/repository/docker-monitor/ -u monitorfish --password-stdin
58
- docker tag ghcr.io/mtes-mct/monitorfish/monitorfish-app:$( VERSION) monitorfish/monitorfish-app:$( VERSION)
59
- docker push depot-sml.din.developpement-durable.gouv.fr:5010/monitorfish/monitorfish-app:$( VERSION)
58
+ docker tag ghcr.io/mtes-mct/monitorfish/monitorfish-app:$VERSION monitorfish/monitorfish-app:$VERSION
59
+ docker push depot-sml.din.developpement-durable.gouv.fr:5010/monitorfish/monitorfish-app:$VERSION
60
60
You can’t perform that action at this time.
0 commit comments