Skip to content

Commit

Permalink
Push to endava quay.io
Browse files Browse the repository at this point in the history
  • Loading branch information
DracoBlue authored Mar 1, 2023
1 parent 929d4f4 commit c271cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_and_push_multi_arch_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

DOCKER_IMAGE_NAME=$1
QUAY_DOCKER_IMAGE_NAME=quay.io/$DOCKER_IMAGE_NAME
QUAY_DOCKER_IMAGE_NAME=quay.io/`echo "$DOCKER_IMAGE_NAME" | sed 's/exozet/endava/' | sed 's/draft-docker-php/php/'`
TARGET_PLATFORMS=linux/arm64/v8,linux/amd64

if [ ! -z "$2" ]
Expand Down

0 comments on commit c271cc8

Please sign in to comment.