dependabot[bot]
ab6d0f199e
Bump docker/login-action from 2 to 3 in /.github/workflows
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-12 11:44:38 +00:00
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 >
2023-05-31 18:32:13 +00:00
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
2023-05-30 23:05:33 -04:00
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 >
2023-05-29 12:02:01 +00:00
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 >
2023-05-29 12:01:57 +00:00
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 .
2023-05-07 01:23:58 -04:00
Isaac Abadi
d6f39d37b5
Added PR multiarch
...
Added python3.8-dev/build-essential to dockerfile
Adds token to GH actions for GetTwitchDownloader
2023-05-07 01:23:44 -04:00
Tzahi12345
3a918b7059
Updated github actions dependencies (2)
2023-05-03 01:08:52 -04:00
Tzahi12345
7e7da6c0bc
Updated github actions dependencies
2023-05-03 01:07:14 -04:00
Isaac Abadi
a7f8795e7e
Fixed missing latest tag on docker-release
2022-06-26 23:10:47 -04:00
Isaac Abadi
e843b4c97f
Fixed crash during docker-release action
2022-06-26 22:07:21 -04:00
Isaac Abadi
c784091ad6
Fixed issue where docker-release action couldn't accept inputs (2)
2022-06-26 22:04:42 -04:00
Isaac Abadi
fb404d3cee
Fixed issue where docker-release action couldn't accept inputs
2022-06-26 22:02:23 -04:00
Florian Piesche
8a6a578e60
Fix secret name
2022-06-13 18:31:24 +01:00
Florian Piesche
01114d9309
Fix 403 when pushing images to GHCR
2022-06-13 18:29:53 +01:00
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 )
2022-06-01 23:40:58 +01:00
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.
2022-06-01 22:55:56 +01:00
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
2021-09-29 00:36:56 -06:00
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
2021-09-21 20:05:09 -06:00
Isaac Abadi
75c1c9e9b7
Fixed name of docker release workflow
2020-12-24 16:10:57 -05:00
Isaac Abadi
c19e0bb881
Adds manually-triggered GH workflow for release builds
2020-12-24 16:09:58 -05:00