Skip to content

Commit bc322a4

Browse files
committed
chore(ci): trigger Docker build on release
1 parent 14993f6 commit bc322a4

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ jobs:
77
build:
88
name: Update Release Branch
99
runs-on: ubuntu-latest
10+
permissions:
11+
contents: write
12+
actions: write
1013
steps:
1114
- name: "checkout release-candidate"
1215
uses: actions/checkout@v6
@@ -19,4 +22,9 @@ jobs:
1922
run: |
2023
git fetch
2124
git reset --hard origin/main
22-
git push --force origin release
25+
git push --force origin release
26+
27+
- name: "Trigger Docker build on release branch"
28+
env:
29+
GH_TOKEN: ${{ github.token }}
30+
run: gh workflow run docker.yml --ref release

0 commit comments

Comments
 (0)