Skip to content
Snippets Groups Projects

Draft: buildx

Closed Fred requested to merge zicmama/gcli-v2s:zicmama-master-patch-06452 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -9,7 +9,7 @@ IMAGE_NAME="gcli"
IMAGE_VERSION="latest"
# Build and tag the Docker image using Docker Buildx
docker buildx build -t "$IMAGE_NAME:$IMAGE_VERSION" .
docker build --tag "$IMAGE_NAME:$IMAGE_VERSION" .
# Optionally, you can push the image to a Docker registry
# docker push "$IMAGE_NAME:$IMAGE_VERSION"
Loading