diff --git a/.github/workflows/publish-deployer.yaml b/.github/workflows/publish-deployer.yaml index 55e5a77..ac92148 100644 --- a/.github/workflows/publish-deployer.yaml +++ b/.github/workflows/publish-deployer.yaml @@ -50,4 +50,5 @@ jobs: com.github.actions.name=${{ github.workflow }} com.github.actions.description=${{ github.workflow }} index:com.googleapis.cloudmarketplace.product.service.name=services/stackgen-enterprise-platform-k8s-v2.endpoints.stackgen-gcp-marketplace.cloud.goog + com.googleapis.cloudmarketplace.product.service.name=services/stackgen-enterprise-platform-k8s-v2.endpoints.stackgen-gcp-marketplace.cloud.goog ${{ steps.meta.outputs.annotations }} diff --git a/deployer-image/Dockerfile b/deployer-image/Dockerfile index 7d6d3f9..7353c63 100644 --- a/deployer-image/Dockerfile +++ b/deployer-image/Dockerfile @@ -30,7 +30,7 @@ RUN apt-get update && apt-get install -y wget unzip git \ && rm terraform_${TERRAFORM_VERSION}_linux_amd64.zip \ && apt-get remove -y wget unzip && apt-get autoremove -y && apt-get clean -# LABEL com.googleapis.cloudmarketplace.product.service.name=services/stackgen-enterprise-platform-k8s-v2.endpoints.stackgen-gcp-marketplace.cloud.goog +LABEL com.googleapis.cloudmarketplace.product.service.name=services/stackgen-enterprise-platform-k8s-v2.endpoints.stackgen-gcp-marketplace.cloud.goog # Copy processed schema.yaml COPY --from=build /workspace/schema.yaml /data/schema.yaml diff --git a/deployer-image/Makefile b/deployer-image/Makefile index f410c2e..9c5bafc 100644 --- a/deployer-image/Makefile +++ b/deployer-image/Makefile @@ -31,8 +31,6 @@ build: . # Build, tag, and push the image in a single command push: build - # push both architectures - docker push \ $(DEPLOYER_IMAGE_RELEASE) docker push \ @@ -63,10 +61,6 @@ tofu: tofu/fmt tofu/fmt: tofu fmt --recursive . -validate: - @echo "Validating schema file: $(SCHEMA_FILE)" - $(MPDEV) validate --schema=$(SCHEMA_FILE) - clean: @echo "Cleaning up Docker images..." docker rmi $(DEPLOYER_IMAGE_RELEASE) --force || true