Skip to content

feat: bound DCR clients (seed CLI client, idle GC, rate-limit /regist… #20

feat: bound DCR clients (seed CLI client, idle GC, rate-limit /regist…

feat: bound DCR clients (seed CLI client, idle GC, rate-limit /regist… #20

Workflow file for this run

name: Build
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
name: Build
steps:
- uses: actions/checkout@v3
- uses: google-github-actions/auth@v1
id: auth
with:
credentials_json: ${{ secrets.GOOGLE_CREDENTIALS }}
token_format: access_token
- uses: docker/login-action@v2
with:
registry: asia-southeast1-docker.pkg.dev
username: oauth2accesstoken
password: ${{ steps.auth.outputs.access_token }}
- uses: docker/setup-buildx-action@v2
with:
version: latest
- uses: docker/build-push-action@v4
with:
provenance: false
push: true
tags: |
asia-southeast1-docker.pkg.dev/deploys-app/internal/auth:${{ github.sha }}