Skip to content

Commit

Permalink
Merge branch 'master' into feature/kamal-deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric authored Nov 26, 2024
2 parents 51ada81 + 508e41a commit 2627283
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
workflows: ["Build Container"]
types:
- completed
branches:
- main
- master
workflow_dispatch:

env:
Expand Down Expand Up @@ -68,7 +71,7 @@ jobs:
bundler-cache: true

- name: Install Kamal
run: gem install kamal -v 2.2.2
run: gem install kamal -v 2.3.0

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 2627283

Please sign in to comment.