Commit Graph

20 Commits (4bf03bfd1ab1de5d6bed1e0f8d159b75b3422d21)

Author SHA1 Message Date
dependabot[bot] 682c3c98d9
Bump actions/checkout from 2 to 3 in /.github/workflows
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [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...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Tzahi12345 90f46f0c1c
Merge pull request #940 from Tzahi12345/dependabot/github_actions/dot-github/workflows/docker/setup-qemu-action-2
Bump docker/setup-qemu-action from 1 to 2 in /.github/workflows
2 years ago
dependabot[bot] 57f5d2822a
Bump docker/build-push-action from 2 to 4 in /.github/workflows
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 4.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2...v4)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot] 9950663326
Bump docker/setup-qemu-action from 1 to 2 in /.github/workflows
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 2.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Isaac Abadi 808c7e2112 Temporarily remove armv7 support
Revert "Added python3.8-dev/build-essential to dockerfile"

This reverts commit d90434c240.

Revert "Adds token to GH actions for GetTwitchDownloader"

This reverts commit a4ca1abb7c.
2 years ago
Isaac Abadi d6f39d37b5 Added PR multiarch
Added python3.8-dev/build-essential to dockerfile

Adds token to GH actions for GetTwitchDownloader
2 years ago
Tzahi12345 3a918b7059 Updated github actions dependencies (2) 2 years ago
Tzahi12345 7e7da6c0bc Updated github actions dependencies 2 years ago
Isaac Abadi a7f8795e7e Fixed missing latest tag on docker-release 3 years ago
Isaac Abadi e843b4c97f Fixed crash during docker-release action 3 years ago
Isaac Abadi c784091ad6 Fixed issue where docker-release action couldn't accept inputs (2) 3 years ago
Isaac Abadi fb404d3cee Fixed issue where docker-release action couldn't accept inputs 3 years ago
Florian Piesche 8a6a578e60
Fix secret name 3 years ago
Florian Piesche 01114d9309
Fix 403 when pushing images to GHCR 3 years ago
Florian Piesche 12dd9d45b5
Use docker/metadata-action
This simplifies specifying tags and will also generate metadata labels for the image as per [OpenContainers spec](https://github.com/opencontainers/image-spec/blob/main/annotations.md)
3 years ago
Florian Piesche 1b4caf4699
Automatically run docker release on releases
With this change, publishing a new release using the github web UI will automatically trigger the `docker-release.yml` workflow and build and push the image, publishing it under the `latest` tag as well as the repository tag name for the release. No more manually kicking off the release workflow!

I've also added publishing the image to ghcr.io because with Docker Hub pushing harder on subscriptions it might be nice to have a backup in place.
3 years ago
Isaac Abadi f0c3837ee5 Translation JSONs are now generated at build time, removing the necessity to manually run xliff-to-json
- added postbuild.mjs to facilitate this
- all ng build --prod's have been replaced with npm run build
3 years ago
Isaac Abadi 58a0dc4afe Version and commit info is now generated during autobuilds and can be viewed in the about dialog
Prepared removal of JSON translations from repo to move towards XLIFF-only
3 years ago
Isaac Abadi 75c1c9e9b7 Fixed name of docker release workflow 4 years ago
Isaac Abadi c19e0bb881 Adds manually-triggered GH workflow for release builds 4 years ago