We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca877d9 commit ca27546Copy full SHA for ca27546
.github/workflows/ci.yml
@@ -1539,3 +1539,23 @@ jobs:
1539
echo "::error::Should have failed"
1540
exit 1
1541
fi
1542
+
1543
+ distribute:
1544
+ uses: ./.github/workflows/reusable-distribute-mp.yml
1545
+ with:
1546
+ push: false
1547
+ meta-image: user/app
1548
+ build-context: "{{defaultContext}}:test"
1549
+ build-file: multi.Dockerfile
1550
+ build-platforms: linux/amd64,linux/arm64
1551
1552
+ distribute-cache:
1553
1554
1555
1556
+ cache: true
1557
+ cache-scope: multi
1558
1559
1560
1561
0 commit comments