File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 5151 cd base/ubi10 && docker buildx build \
5252 --platform linux/${{env.arch}} \
5353 --progress=plain \
54+ --no-cache \
5455 --push \
5556 -t ${{ env.REGISTRY }}/base-developer-image:${{env.arch}}-ubi10-pr-${{github.event.number}} .
5657 - name : Display docker images
9495 cd universal/ubi10 && docker buildx build \
9596 --platform linux/${{env.arch}} \
9697 --progress=plain \
98+ --no-cache \
9799 --push \
98100 -t ${{ env.REGISTRY }}/universal-developer-image:${{env.arch}}-ubi10-pr-${{github.event.number}} .
99101
Original file line number Diff line number Diff line change 5151 cd base/ubi9 && docker buildx build \
5252 --platform linux/${{env.arch}} \
5353 --progress=plain \
54+ --no-cache \
5455 --push \
5556 -t ${{ env.REGISTRY }}/base-developer-image:${{env.arch}}-pr-${{github.event.number}} .
5657 - name : Display docker images
9394 cd universal/ubi9 && docker buildx build \
9495 --platform linux/${{env.arch}} \
9596 --progress=plain \
97+ --no-cache \
9698 --push \
9799 -t ${{ env.REGISTRY }}/universal-developer-image:${{env.arch}}-pr-${{github.event.number}} .
98100
You can’t perform that action at this time.
0 commit comments