File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 22# pushes them to both GitHub Container Registry (GHCR) and Docker Hub.
33# It sets up QEMU and Docker Buildx for cross-platform builds,
44# and builds the container images using the Containerfile.
5- # Upon pushes to the main branch or when releases are published,
5+ # Upon pushes to the master branch or when releases are published,
66# it logs into GHCR and Docker Hub using credentials from GitHub secrets,
77# tags and pushes the images to both registries,
88# and generates and pushes signed build provenance attestations to each registry.
9- # The workflow also triggers for pull requests to the main branch, verifying only the image build.
9+ # The workflow also triggers for pull requests to the master branch, verifying only the image build.
1010
1111name : Build and Publish Container Image
1212
1313on :
1414 push :
1515 branches :
16- - main
17- pull_request :
18- branches :
19- - main
16+ - master
17+ - ' support/*'
18+ pull_request : {}
2019 release :
2120 types :
2221 - published
You can’t perform that action at this time.
0 commit comments