Skip to content

Commit 044fa73

Browse files
committed
workflows: rename main -> master in container-image.yml
1 parent 0350651 commit 044fa73

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/container-image.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
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

1111
name: Build and Publish Container Image
1212

1313
on:
1414
push:
1515
branches:
16-
- main
16+
- master
1717
pull_request:
1818
branches:
19-
- main
19+
- master
2020
release:
2121
types:
2222
- published

0 commit comments

Comments
 (0)