File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
# pushes them to both GitHub Container Registry (GHCR) and Docker Hub.
3
3
# It sets up QEMU and Docker Buildx for cross-platform builds,
4
4
# 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,
6
6
# it logs into GHCR and Docker Hub using credentials from GitHub secrets,
7
7
# tags and pushes the images to both registries,
8
8
# 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.
10
10
11
11
name : Build and Publish Container Image
12
12
13
13
on :
14
14
push :
15
15
branches :
16
- - main
16
+ - master
17
17
pull_request :
18
18
branches :
19
- - main
19
+ - master
20
20
release :
21
21
types :
22
22
- published
You can’t perform that action at this time.
0 commit comments