Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
Earlopain committed Dec 9, 2024
1 parent 203b377 commit 07dcbe9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: echo "date=$(jq -r .master.date docker-ruby/versions.json)" >> $GITHUB_OUTPUT
- id: fetch-revision
run: echo revision=$(tar -xf ruby.tar.xz snapshot-master/revision.h -O | grep -oP '(?<=RUBY_REVISION ")(.*)(?=")') >> $GITHUB_OUTPUT
- run: ./docker-ruby/apply-templates.sh
- run: cd docker-ruby && ./apply-templates.sh

- id: fetch-matrix
run: echo "images=$(./images.rb)" >> "$GITHUB_OUTPUT"
Expand All @@ -67,7 +67,7 @@ jobs:
submodules: true
- run: echo '${{ needs.set-up-matrix.outputs.json }}' > docker-ruby/versions.json
- run: cd docker-ruby && git apply ../Dockerfile.template.patch
- run: ./docker-ruby/apply-templates.sh
- run: cd docker-ruby && ./apply-templates.sh

- name: Docker meta
id: meta
Expand Down Expand Up @@ -213,4 +213,4 @@ jobs:
# https://github.com/ruby/actions/actions/workflows/snapshot-master.yml
env:
GH_TOKEN: ${{ github.token }}
run: gh release create Test ruby.tar.xz --title="${{ needs.set-up-matrix.outputs.date }}" --notes-file=notes.txt
run: gh release create Test ruby.tar.xz --title="Test" --notes-file=notes.txt

0 comments on commit 07dcbe9

Please sign in to comment.