Skip to content

Create google.yml - #15

Open
mr-adonis-jimenez wants to merge 1 commit into
mainfrom
mr-adonis-jimenez-patch-11
Open

Create google.yml#15
mr-adonis-jimenez wants to merge 1 commit into
mainfrom
mr-adonis-jimenez-patch-11

Conversation

@mr-adonis-jimenez

Copy link
Copy Markdown
Owner

created google-docker.yml

created google-docker.yml
@mr-adonis-jimenez mr-adonis-jimenez self-assigned this Jan 22, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 2afaaf9bfb

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

# Set up kustomize
- name: 'Set up Kustomize'
run: |-
curl -sfLo kustomize https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv5.4.3/kustomize_v5.4.3_linux_amd64.tar.gz

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Extract kustomize tarball before executing it

This step downloads kustomize_v5.4.3_linux_amd64.tar.gz directly into a file named kustomize and then marks it executable. Because the URL points to a compressed tarball, ./kustomize edit in the later deploy step will fail at runtime (the file is not an executable binary) whenever the workflow runs. The workflow needs to extract the tarball (e.g., via tar -xzf) before attempting to execute kustomize.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant