Skip to content

Commit

Permalink
[Feature][pull]: pull haproxy image
Browse files Browse the repository at this point in the history
  • Loading branch information
anzhe.su committed Oct 23, 2024
1 parent 4ff5bf6 commit c4bfee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
# - name: Tag Harbor images
# run: docker tag saz0568/zelos-image:redis-stack-7.4.0-v0 harbor.zelostech.com.cn:5443/devops/redis/redis-stack:7.4.0-v0
- name: Tag Harbor images
run: docker tag ${{ env.IMAGE_INTERMEDIUM }} ${{ IMAGE_DEST }}
run: docker tag ${{ env.IMAGE_INTERMEDIUM }} ${{ env.IMAGE_DEST }}
# docker tag saz0568/zelos-image:ml-.3.10-license-compliance harbor.zelostech.com.cn:5443/devops/kubeflow:ml-pipeline_argoexec_v3.3.10-license-compliance
# docker tag saz0568/zelos-image:ml-pipeline_cache-server_2.0.5 harbor.zelostech.com.cn:5443/devops/kubeflow:ml-pipeline_cache-server_2.0.5 &&
# docker tag saz0568/zelos-image:ml-pipeline_metadata-envoy_2.0.5 harbor.zelostech.com.cn:5443/devops/kubeflow:ml-pipeline_metadata-envoy_2.0.5 &&
Expand All @@ -195,7 +195,7 @@ jobs:
# - name: Push Harbor images
# run: docker push harbor.zelostech.com.cn:5443/devops/redis/redis-stack:7.4.0-v0
- name: Push Harbor images
run: docker push ${{ IMAGE_DEST }}
run: docker push ${{ env.IMAGE_DEST }}
# - name: Push Harbor images
# run: docker push harbor.zelostech.com.cn:5443/devops/python:3.8.19
# docker push harbor.zelostech.com.cn:5443/devops/kubeflow:ml-pipeline_argoexec_v3.3.10-license-compliance
Expand Down

0 comments on commit c4bfee4

Please sign in to comment.