diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 4d78514..f63cc6f 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -30,7 +30,7 @@ jobs: IMAGE_NAME="acr0dev.azurecr.io/next-hello-world:${CURRENT_DATE}" docker buildx create --use docker buildx inspect - docker buildx build --platform linux/amd64 --tag ${IMAGE_NAME} . + docker buildx build --push --t ${IMAGE_NAME} . # Debug: Print the list of local Docker images docker images echo "Pushing image: $IMAGE_NAME"