Skip to content

Commit

Permalink
update GHA docker-pipeline.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
abimichel committed Jul 5, 2024
1 parent a3df10e commit b150e17
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/docker-pipeline.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -15,7 +11,6 @@ env:

jobs:
build:

runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -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}
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}

0 comments on commit b150e17

Please sign in to comment.