Skip to content

Commit

Permalink
added changes
Browse files Browse the repository at this point in the history
  • Loading branch information
prashantrakh committed Jan 29, 2025
1 parent 57ce4e1 commit 1d8d286
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-deployer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ jobs:
uses: docker/build-push-action@v6
with:
context: "deployer-image"
platforms: 'linux/amd64,linux/arm64'
platforms: 'linux/amd64'
tags: ${{ steps.meta.outputs.tags }}
push: true
provenance: false
labels: ${{ steps.meta.outputs.labels }}
annotations: |
labels: |
${{ steps.meta.outputs.labels }}
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
${{ 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 @@ -20,7 +20,7 @@ RUN envsubst < /workspace/schema.yaml > /workspace/schema.yaml.processed && \
mv /workspace/schema.yaml.processed /workspace/schema.yaml

# Stage 2: Deployer
FROM ubuntu:22.04
FROM gcr.io/cloud-marketplace-tools/k8s/deployer_envsubst:latest

ARG TERRAFORM_VERSION=1.5.3

Expand Down

0 comments on commit 1d8d286

Please sign in to comment.