Skip to content

Commit 2eae6c3

Browse files
feedback
1 parent b6c0a48 commit 2eae6c3

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/_build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# This workflow builds Docker images for linux/amd64 and linux/arm64 platforms,
44
# pushes them by digest to GHCR, signs them with cosign/Sigstore for supply chain
55
# security, and uploads build artifacts for subsequent manifest creation.
6+
#
7+
# @ see: https://docs.docker.com/build/ci/github-actions/multi-platform/#distribute-build-across-multiple-runners
68

79
name: Build Multi-Platform Images
810

.github/workflows/release-dev.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ name: Release Sourcebot (Development)
33
permissions:
44
contents: read
55

6-
# This workflow is a modification of a example.
7-
# @ see: https://docs.docker.com/build/ci/github-actions/multi-platform/#distribute-build-across-multiple-runners
8-
96
on:
107
push:
118
branches: ["main"]

.github/workflows/release-prod.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Release Sourcebot (Production)
22

3+
permissions:
4+
contents: read
5+
36
on:
47
workflow_dispatch:
58
inputs:

0 commit comments

Comments
 (0)