We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 701fc5c commit 7266113Copy full SHA for 7266113
.github/workflows/publish.yaml
@@ -1,5 +1,6 @@
1
name: publish
2
on:
3
+ pull_request:
4
push:
5
tags:
6
- v*
@@ -71,6 +72,7 @@ jobs:
71
72
- name: Build the ${{ github.repository }}
73
run: |
74
make reviewable
75
+ make build-docker-binary
76
77
- name: Build Images
78
.github/workflows/release.yaml
@@ -1,6 +1,7 @@
name: Versioned Release
branches:
7
- main
0 commit comments