Skip to content

chore: PLTSR-3236 Add image build CI #1

chore: PLTSR-3236 Add image build CI

chore: PLTSR-3236 Add image build CI #1

Workflow file for this run

name: CICD
on:
push:
permissions:
contents: read
jobs:
build-and-push-image:
name: Build and Push Docker Image
uses: gorgias/reusable-actions/.github/workflows/image-build.yml@main

Check failure on line 12 in .github/workflows/cicd.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/cicd.yml

Invalid workflow file

error parsing called workflow ".github/workflows/cicd.yml" -> "gorgias/reusable-actions/.github/workflows/image-build.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
image-names: us-east1-docker.pkg.dev/gorgias-ops-production/container-images/pgbedrock
docker-file-path: Dockerfile
build-args: RELEASE=${{ github.sha }}
secrets: inherit