Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Fix typo IMAGE_NAME_GAR to use correct secret name (#13) #28

Fix typo IMAGE_NAME_GAR to use correct secret name (#13)

Fix typo IMAGE_NAME_GAR to use correct secret name (#13) #28

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18.x'
- run: npm ci
- name: Test and Build
run: npm install -g pkg && npm test && npm run build
build:
uses: ./.github/workflows/_build.yaml
needs: ci
if: ${{ !failure() && github.ref_name == 'main' }}
with:
environment: development
gar_repository: asia-northeast1-docker.pkg.dev
secrets: inherit