Skip to content

Commit 050c7a2

Browse files
committed
ci(docker): use just::image build
1 parent fc48d76 commit 050c7a2

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

.github/workflows/build-images-manifests.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,9 @@ jobs:
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

0 commit comments

Comments
 (0)