File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ jobs:
214214 labels : |
215215 org.batfish.batfish-tag=${{ needs.bf_version.outputs.bf_sha }}
216216 org.batfish.batfish-version=${{ needs.bf_version.outputs.bf_version }}
217- outputs : type=docker ,dest=/tmp/bf.tar
217+ outputs : type=oci ,dest=/tmp/bf.tar
218218 context : .
219219 platforms : linux/amd64, linux/arm64
220220 - name : Upload docker image
@@ -250,7 +250,7 @@ jobs:
250250 org.batfish.batfish-tag=${{ needs.bf_version.outputs.bf_sha }}
251251 org.batfish.pybatfish-tag=${{ needs.bf_version.outputs.pybf_sha }}
252252 org.batfish.batfish-version=${{ needs.bf_version.outputs.bf_version }}
253- outputs : type=docker ,dest=/tmp/allinone.tar
253+ outputs : type=oci ,dest=/tmp/allinone.tar
254254 context : .
255255 platforms : linux/amd64, linux/arm64
256256 - name : Upload docker image
You can’t perform that action at this time.
0 commit comments