Update .gitlab-ci.yml file

This commit is contained in:
2025-04-17 08:09:56 +00:00
parent 6f83cc12e0
commit 4e1df1cddb

View File

@@ -51,7 +51,7 @@ build_image:
fi
publish_image:
stage: publish
stage: release
needs: [build_image]
script:
- docker push $IMAGE_NAME:$SHORT_SHA