Skip to content

Commit

Permalink
rearrange args
Browse files Browse the repository at this point in the history
  • Loading branch information
magnus-longva-bouvet committed Aug 14, 2023
1 parent f35bd46 commit 0bc4f4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildah-image-builder/cmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
set -e
buildah login --username ${BUILDAH_USERNAME} --password ${BUILDAH_PASSWORD} ${DOCKER_REGISTRY}.azurecr.io
buildah build --storage-driver=vfs --isolation=chroot --jobs 0 \
--file ${CONTEXT}${DOCKER_FILE_NAME} \
${SECRET_ARGS} --file ${CONTEXT}${DOCKER_FILE_NAME} \
--tag ${IMAGE} \
--tag ${CLUSTERTYPE_IMAGE} \
--tag ${CLUSTERNAME_IMAGE} \
${SECRET_ARGS} ${CONTEXT}
${CONTEXT}
buildah push --storage-driver=vfs --all ${IMAGE}

0 comments on commit 0bc4f4c

Please sign in to comment.