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}