Skip to content

Commit

Permalink
fix: updated copy container image plugin for multi arc build support (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash-exp committed Nov 24, 2023
1 parent 677aa7a commit 6e5e364
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/sql/193_copy_container_images_updated.down.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
UPDATE plugin_pipeline_script
SET container_image_path ='quay.io/devtron/copy-container-images:48bdcbb4-567-19597'
WHERE container_image_path ='quay.io/devtron/copy-container-images:7c76e5f0-567-19627';
3 changes: 3 additions & 0 deletions scripts/sql/193_copy_container_images_updated.up.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
UPDATE plugin_pipeline_script
SET container_image_path ='quay.io/devtron/copy-container-images:7c76e5f0-567-19627'
WHERE container_image_path ='quay.io/devtron/copy-container-images:48bdcbb4-567-19597';

0 comments on commit 6e5e364

Please sign in to comment.