Skip to content

Commit

Permalink
Workflow: master -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
ropable committed Nov 15, 2024
1 parent 2e7aad3 commit ab0a2cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/image-build-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: "Build Docker image and run Trivy vulnerability scan"

on:
push:
# Publish `master` as `latest` image.
branches: [master]
# Publish `main` as `latest` image.
branches: [main]
# Publish `1.*` tags as releases.
tags: ["1.*"]
pull_request:
branches: [master]
branches: [main]

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit ab0a2cd

Please sign in to comment.