Skip to content

Commit 8da2bbd

Browse files
committed
workflows: rename main -> master & trigger for support branches as well
1 parent 39ced11 commit 8da2bbd

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/container-image.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,20 @@
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
17-
pull_request:
18-
branches:
19-
- main
16+
- master
17+
- 'support/*'
18+
pull_request: {}
2019
release:
2120
types:
2221
- published

0 commit comments

Comments
 (0)