Skip to content

Commit

Permalink
chore(aiml): push yolo images
Browse files Browse the repository at this point in the history
  • Loading branch information
tunahanertekin committed Feb 21, 2024
1 parent d14ca1a commit 4375d8b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pipelines/aiml/yolov4-focal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ steps:
dockerfile: "Dockerfile.yolov4"
buildArgs:
"YOLOV4_VERSION": "yolov4"
push: false
push: true
2 changes: 1 addition & 1 deletion pipelines/aiml/yolov4-jammy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ steps:
dockerfile: "Dockerfile.yolov4"
buildArgs:
"YOLOV4_VERSION": "yolov4"
push: false
push: true
2 changes: 1 addition & 1 deletion pipelines/aiml/yolov5-focal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ steps:
dockerfile: "Dockerfile.yolov5"
buildArgs:
"YOLOV5_VERSION": "v7.0"
push: false
push: true
2 changes: 1 addition & 1 deletion pipelines/aiml/yolov5-jammy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ steps:
dockerfile: "Dockerfile.yolov5"
buildArgs:
"YOLOV5_VERSION": "v7.0"
push: false
push: true
2 changes: 1 addition & 1 deletion pipelines/aiml/yolov7-focal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ steps:
dockerfile: "Dockerfile.yolov7"
buildArgs:
"YOLOV7_VERSION": "main"
push: false
push: true
2 changes: 1 addition & 1 deletion pipelines/aiml/yolov7-jammy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ steps:
dockerfile: "Dockerfile.yolov7"
buildArgs:
"YOLOV7_VERSION": "main"
push: false
push: true

0 comments on commit 4375d8b

Please sign in to comment.