Skip to content

fix(deps): update module google.golang.org/api to v0.161.0 (#1137) #34

fix(deps): update module google.golang.org/api to v0.161.0 (#1137)

fix(deps): update module google.golang.org/api to v0.161.0 (#1137) #34

name: cost-optimization-gke-scheduled-autoscaler-ci
on:
push:
branches:
- main
paths:
- '.github/workflows/cost-optimization-gke-scheduled-autoscaler-ci.yml'
- 'cost-optimization/gke-scheduled-autoscaler/**'
pull_request:
paths:
- '.github/workflows/cost-optimization-gke-scheduled-autoscaler-ci.yml'
- 'cost-optimization/gke-scheduled-autoscaler/**'
jobs:
job:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: build gke-scheduled-autoscaler container
run: |
cd cost-optimization/gke-scheduled-autoscaler
docker build --tag gke-scheduled-autoscaler .