File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 driver-opts : network=host
6161
6262 - name : Build dev image
63- uses : docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2 .0
63+ uses : docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3 .0
6464 with :
6565 context : .
6666 target : dev
Original file line number Diff line number Diff line change 7171 # what min drops is the redundant re-export of intermediate-stage-only
7272 # layers, which was ~70 s of "writing layer" on every build.
7373 - name : Build runtime (load)
74- uses : docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2 .0
74+ uses : docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3 .0
7575 with :
7676 context : .
7777 target : runtime
@@ -101,7 +101,7 @@ jobs:
101101
102102 # Build dev (reuses cached `base` layer; see mode=min note above)
103103 - name : Build dev (load)
104- uses : docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2 .0
104+ uses : docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3 .0
105105 with :
106106 context : .
107107 target : dev
@@ -159,7 +159,7 @@ jobs:
159159
160160 - name : Push runtime
161161 if : github.event_name == 'push'
162- uses : docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2 .0
162+ uses : docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3 .0
163163 with :
164164 context : .
165165 target : runtime
@@ -170,7 +170,7 @@ jobs:
170170
171171 - name : Push dev
172172 if : github.event_name == 'push'
173- uses : docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2 .0
173+ uses : docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3 .0
174174 with :
175175 context : .
176176 target : dev
Original file line number Diff line number Diff line change 1- # syntax=docker/dockerfile:1.7
1+ # syntax=docker/dockerfile:1.25
22#
33# Two-target image:
44# --target runtime → minimal, for canfar batch jobs and downstream stacks
You can’t perform that action at this time.
0 commit comments