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.
2 parents 72d459e + b99bb15 commit 508e41aCopy full SHA for 508e41a
1 file changed
.github/workflows/release.yml
100755
100644
@@ -7,6 +7,9 @@ on:
7
workflows: ["Build Container"]
8
types:
9
- completed
10
+ branches:
11
+ - main
12
+ - master
13
workflow_dispatch:
14
15
env:
@@ -68,7 +71,7 @@ jobs:
68
71
bundler-cache: true
69
72
70
73
- name: Install Kamal
- run: gem install kamal -v 2.2.2
74
+ run: gem install kamal -v 2.3.0
75
76
- name: Set up Docker Buildx
77
uses: docker/setup-buildx-action@v3
0 commit comments