Skip to content

Commit

Permalink
build: trigger Docker release
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKreil committed Mar 7, 2024
1 parent b809c0e commit 9e9543c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ jobs:

- name: update release
run: gh release edit $RELEASE_TAG --draft=false --latest --prerelease=false --notes-file=release/notes.md

- name: trigger Docker release
run: curl -XPOST -u "michaelkreil:${{secrets.PAT_TOKEN}}" https://api.github.com/repos/versatiles-org/versatiles-docker/actions/workflows/release.yml/dispatches --data '{"ref":"main","inputs":{"run_jobs":"frontend"}}'

0 comments on commit 9e9543c

Please sign in to comment.