Skip to content

Commit 18a2948

Browse files
author
Phil Switzer
authored
Builder Test 2 (#11)
1 parent f679035 commit 18a2948

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

hooks/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22
docker buildx create --name=buildx-multi-arch --driver=docker-container --driver-opt=network=host
3-
docker buildx build --builder=buildx-multi-arch --platform=linux/amd64,linux/arm64 --build-arg TAG=$DOCKER_TAG --tag=$IMAGE_NAME .
3+
docker buildx build --push --builder=buildx-multi-arch --platform=linux/amd64,linux/arm64 --build-arg TAG=$DOCKER_TAG --tag=$IMAGE_NAME .

hooks/push

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
echo "Push complete in build phase with custom build hook."

0 commit comments

Comments
 (0)