Skip to content

Commit

Permalink
added SECRET_ARGS
Browse files Browse the repository at this point in the history
  • Loading branch information
magnus-longva-bouvet committed Aug 14, 2023
1 parent ba8850c commit f35bd46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildah-image-builder/cmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ buildah build --storage-driver=vfs --isolation=chroot --jobs 0 \
--tag ${IMAGE} \
--tag ${CLUSTERTYPE_IMAGE} \
--tag ${CLUSTERNAME_IMAGE} \
${CONTEXT}
${SECRET_ARGS} ${CONTEXT}
buildah push --storage-driver=vfs --all ${IMAGE}

0 comments on commit f35bd46

Please sign in to comment.