Skip to content

Commit ddf3065

Browse files
authored
fix(ci): build images on release (#239)
1 parent 2ff99cf commit ddf3065

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
branches: [ "main" ]
99
pull_request:
1010
branches: [ "main" ]
11+
workflow_call:
1112

1213
jobs:
1314
lint:

.github/workflows/release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ jobs:
3636
args: release --clean
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39+
build_docker_image_release:
40+
permissions:
41+
packages: write
42+
contents: read
43+
uses: ./.github/workflows/ci.yaml
3944
# goreleaser-darwin:
4045
# runs-on: macos-latest
4146
# steps:

0 commit comments

Comments
 (0)