File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7171
7272 - run : docker buildx prune -af
7373
74- - uses : docker/build-push-action@v6
74+ - if : ${{ matrix.python != '3' }}
75+ uses : docker/build-push-action@v6
7576 with :
7677 context : .
7778 file : ./python/${{ matrix.python }}/Dockerfile
8485 provenance : mode=max
8586 sbom : true
8687
88+ - if : ${{ matrix.python == '3' }}
89+ uses : docker/build-push-action@v6
90+ with :
91+ context : .
92+ file : ./python/${{ matrix.python }}/Dockerfile
93+ platforms : linux/amd64,linux/arm64/v8
94+ push : true
95+ pull : true
96+ tags : |
97+ cubecoders/ampbase:python-${{ matrix.python }}
98+ cubecoders/ampbase:python3
99+ cache-from : type=gha,scope=${{ github.workflow }}-${{ matrix.python }}
100+ cache-to : type=gha,mode=max,scope=${{ github.workflow }}-${{ matrix.python }}
101+ provenance : mode=max
102+ sbom : true
103+
87104concurrency :
88105 group : ${{ github.workflow }}-${{ github.ref }}
89106 cancel-in-progress : false
You can’t perform that action at this time.
0 commit comments