From b150e17ec3a4ded21d94e08c016481951bdcfa3e Mon Sep 17 00:00:00 2001 From: abimichel <136123575+abimichel@users.noreply.github.com> Date: Fri, 5 Jul 2024 16:50:25 -0700 Subject: [PATCH] update GHA docker-pipeline.yaml --- .github/workflows/docker-pipeline.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/docker-pipeline.yaml b/.github/workflows/docker-pipeline.yaml index 1b7fc1a..aab5d6d 100644 --- a/.github/workflows/docker-pipeline.yaml +++ b/.github/workflows/docker-pipeline.yaml @@ -1,12 +1,8 @@ name: Push to GHCR on: - # schedule: - # - cron: '19 22 * * *' push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] + branches: [ "ods-replication-pg2pg" ] env: REGISTRY: ghcr.io @@ -15,7 +11,6 @@ env: jobs: build: - runs-on: ubuntu-latest permissions: contents: read @@ -65,4 +60,4 @@ jobs: TAGS: ${{ steps.meta.outputs.tags }} DIGEST: ${{ steps.build-and-push.outputs.digest }} - run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST} \ No newline at end of file + run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}