Skip to content

[release-1.36] Cherrypick Set timeout for getInstanceFromProjectInZon… #10

[release-1.36] Cherrypick Set timeout for getInstanceFromProjectInZon…

[release-1.36] Cherrypick Set timeout for getInstanceFromProjectInZon… #10

name: Tag gke-gcloud-auth-plugin
on:
push:
branches:
- 'release-1.*'
paths:
- 'cmd/gke-gcloud-auth-plugin/**'
- 'go.mod'
- 'go.sum'
jobs:
tag-gke-gcloud-auth-plugin:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
with:
fetch-depth: 0 # Fetch all history and tags
- name: Configure Git User
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Run auto-tag script
env:
DRY_RUN: "false"
FORCE_BRANCH: ${{ github.ref_name }}
COMPONENT_PREFIX: "gke-gcloud-auth-plugin/"
run: ./tools/auto-tag.sh