Commit Graph

6 Commits

Author SHA1 Message Date
dependabot[bot] a0eb9e5eac Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-01 23:37:47 +00:00
dependabot[bot] e7fd9e0c3f Bump actions/checkout from 2 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-17 17:17:19 +09:00
Alex Osborne 1e502fba10 Limit permissions on github actions 2025-05-09 18:52:32 +09:00
Alex Osborne 65c1025546 Make the docker build manually triggered
Currently it's only building the last interim release so there's not much point rerunning it on each commit.
2021-12-13 14:06:25 +09:00
Alex Osborne b73a8d0356 docker ci: set working-directory
Looks like the Dockerfile expects entrypoint.sh to be in the current working directory.
2021-12-13 14:01:45 +09:00
Alex Osborne bad8bbd1ee Move docker-image.yml to .github/workflows
Not sure why it ended up here as I created it through the new workflow wizard. I guess I hit a bug.
2021-12-13 13:58:55 +09:00