Skip to content

Commit

Permalink
Fix release workflows. (#229)
Browse files Browse the repository at this point in the history
- Trigger dockers on release.
- Update ruby setup for deb-s3.
  • Loading branch information
yossigo committed Jun 22, 2023
1 parent 8328b88 commit d5ac1f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/dockers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
- master

workflow_dispatch:
release:
types: [published]

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
- name: Get binary packages
uses: actions/download-artifact@v2
- name: Setup ruby
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: "2.7"
- name: Install deb-s3
Expand Down

0 comments on commit d5ac1f4

Please sign in to comment.