fix(ci): invaild syntax in ci
This commit is contained in:
+1
-2
@@ -21,9 +21,8 @@ build-and-push:
|
||||
- echo "Pushing Docker image to registry..."
|
||||
- docker push $IMAGE_TAG
|
||||
- docker push $LATEST_TAG
|
||||
after_script:
|
||||
- echo "Build and push completed successfully!"
|
||||
- echo "Image available at: $IMAGE_TAG"
|
||||
- echo "Image available at $IMAGE_TAG"
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == "main"
|
||||
when: always
|
||||
|
||||
Reference in New Issue
Block a user