Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: prashantrakh <[email protected]>
  • Loading branch information
sks authored and prashantrakh committed Jan 29, 2025
1 parent 0ac3847 commit bceed88
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-deployer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion deployer-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions deployer-image/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bceed88

Please sign in to comment.