We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca877d9 commit 1bd00fcCopy full SHA for 1bd00fc
2 files changed
.github/workflows/ci.yml
@@ -1539,3 +1539,12 @@ jobs:
1539
echo "::error::Should have failed"
1540
exit 1
1541
fi
1542
+
1543
+ distribute:
1544
+ uses: ./.github/workflows/reusable-distribute.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
0 commit comments