Skip to content

Commit

Permalink
chore: PLTSR-3236 Add image build CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelthor committed Nov 28, 2024
1 parent d78d9f5 commit 54d2678
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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
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

0 comments on commit 54d2678

Please sign in to comment.