File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 username : ${{ github.actor }}
3838 password : ${{ secrets.GITHUB_TOKEN }}
3939
40- - name : Build and Push ${{ matrix.image }} for ${{ matrix.platform }}
40+ - name : Build and Push patched Presidio images
4141 run : |
42- # Create platform-specific tag
43- PLATFORM_TAG=$(echo "${{ matrix.platform }}" | sed 's/\//-/g')
44- cd external/repos/presidio
45- docker buildx build \
46- --platform ${{ matrix.platform }} \
47- --push \
48- --tag ${{ env.REGISTRY_NAME }}/${{ env.USERNAME }}/${{ matrix.image }}:${{ env.TAG }}-${PLATFORM_TAG} \
49- --cache-from type=registry,ref=${{ env.REGISTRY_NAME }}/${{ env.USERNAME }}/${{ matrix.image }}:latest \
50- --cache-to type=inline \
51- ./${{ matrix.image }}
42+ just image::build ${{ env.TAG }} --push
5243
5344 create-manifests :
5445 name : Create Multi-Platform Manifests
You can’t perform that action at this time.
0 commit comments