Skip to content

Commit 8982a3b

Browse files
committed
Add push docker image to DAM
1 parent eeaa614 commit 8982a3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/push_to_nexus.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353
- name: Push docker image to Nexus
5454
run: |
5555
echo $VERSION
56-
docker pull ghcr.io/mtes-mct/monitorfish/monitorfish-app:$(VERSION)
56+
docker pull ghcr.io/mtes-mct/monitorfish/monitorfish-app:$VERSION
5757
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
6060

0 commit comments

Comments
 (0)