We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17ed56e commit 91a90b2Copy full SHA for 91a90b2
1 file changed
.github/workflows/internal-build.yml
@@ -188,10 +188,11 @@ jobs:
188
-f Dockerfile
189
--target stellar-${{ matrix.dep.name }}
190
-t stellar-${{ matrix.dep.name }}
191
- -o type=docker,dest=/tmp/${image_filename}
192
--label org.opencontainers.image.revision="${{ needs.setup.outputs.sha }}"
193
${{ steps.dep_args.outputs.args }}
194
.
+ - name: Save Image
195
+ run: docker save stellar-${{ matrix.dep.name }} -o /tmp/image
196
- name: Upload Image to Cache
197
uses: actions/cache/save@v3
198
id: cache
0 commit comments