Skip to content

Commit

Permalink
Merge pull request #6 from NetCoreTemplates/fix-workflows
Browse files Browse the repository at this point in the history
Fix deploy config files
  • Loading branch information
Layoric authored Nov 21, 2024
2 parents e19301e + 6c2b05b commit c706c85
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
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 Expand Up @@ -98,4 +101,4 @@ jobs:
- name: Deploy with Kamal
run: |
kamal lock release -v
kamal deploy -P --version latest
kamal deploy -P --version latest

0 comments on commit c706c85

Please sign in to comment.