Commit graph

5 commits

Author SHA1 Message Date
7d19a657e2 ci: use current code for releaser-pleaser action
The previous job always used the last release version of
releaser-pleaser. This caused two issues:

- if new flags were added to `action.yml` since the last release, the
  program errored because the flags are unknown.
- right after merging a release pr, the image reference was already
  updated, but no new container image was built yet.

This fixes both issues, by using a locally built version of
releaser-pleaser, which is always up-to-date and available.
2024-08-25 13:51:31 +02:00
3e51dd8495
chore: update version in action.yml (#26) 2024-08-24 15:44:28 +02:00
8f106e4028 ci: use custom PAT for github api so tag workflow is started 2024-08-06 00:17:43 +02:00
7585dcc858 chore: nicer error messages 2024-08-05 23:55:03 +02:00
35c5553c27
feat: add github action (#1) 2024-08-05 23:49:31 +02:00