Commit Graph

13 Commits (77122b5af1551730d88562efe4d7e86016f0b530)

Author SHA1 Message Date
jmug 77122b5af1 [chore] Workflow cleanup.
Docker / publish (push) Has started running Details
2026-02-23 01:15:29 -08:00
Mariano Uvalle 1ce522579e Mobile reactions and WS reconnection
* [feat] Add reaction menu item for mobile clients.

* [fix] Reconnection to the websocket with exponential backoff.

* [chore] Dev flake.

* [hack] Push to my personal gcr.
2026-02-22 13:47:39 -08:00
Kyle Kienapfel 184754ca0f chore: have GHA generate ARM64 image, add description to images
The box where githubs container website complains about a lack
a description is really big. Okay its not important.
2025-05-18 01:29:54 -07:00
Kyle Kienapfel 135dbe2da4 fix: Remove caching from GitHub actions to allow compilation of docker container
The GitHub action `actions/cache@v2` is no longer available. Last successful docker build was 2024-11-15

I've removed the caching, as merely upgrading the version of the cache script did not fix the problem. Since the revoltchat/revite is deprecated I believe that the lack of caching in builds shouldn't be an undue burden on GitHub. Only 9 commits have been made here since builds stopped working

The logic for publishing Docker containers has been shuffled so that the build is executed only once when publishing.

I have tested building to GitHub's container registry, but not to dockerhub, I do not forsee any issues there.

Main reason for doing this, is that a fix for attachment downloads (https://github.com/revoltchat/revite/pull/1067) is not easily available to anyone running self-hosted.
2025-05-11 13:21:08 -07:00
Paul Makles 3b7c1cbe20
chore(ci): allow any tag [skip ci] 2022-06-21 11:14:04 +01:00
Paul Makles 3a12f92867
fix(ci): running out of memory, need to remove ARM 2022-03-24 18:23:53 +00:00
brecert 628bf52ff3
Use ignored paths for `pull_request` events as well 2021-09-14 00:27:30 -04:00
brecert cdf900d08b
Change docker workflow to exclude preview workflows
- changed the docker workflow to exclude preview workflows from causing the docker workflow to run again
2021-09-14 00:26:18 -04:00
KeepSOBP d47827b9d0
Refactor all 2021-09-02 11:35:37 +09:00
KeepSOBP 6836380721
Support multiple architectures for docker
* add github container registry 
* refactor!
2021-08-31 21:51:55 +09:00
Paul 3628aeffdd Select the correct repository. 2021-08-30 16:51:06 +01:00
Paul dac6f3dbba Clone submodules for Docker builds. 2021-08-30 16:25:45 +01:00
Paul 17c09baf89 Try to automate Docker builds. 2021-08-30 15:45:18 +01:00