Skip to content

Commit

Permalink
Fix Github Actions workflow for publish_docker (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcallewaert authored Jan 29, 2024
1 parent 83a8979 commit 239e2c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
activerecord: [60, 61, 70]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: ruby/setup-ruby@v1
with:
Expand All @@ -50,10 +50,10 @@ jobs:
runs-on: ubuntu-latest

outputs:
new_version_published: ${{ steps.release.outputs.new_version_published }}
new_version_published: ${{ steps.release.outputs.new_version }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Release gem
id: release
Expand All @@ -70,7 +70,7 @@ jobs:
timeout-minutes: 20

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v2

Expand Down

0 comments on commit 239e2c6

Please sign in to comment.