handmade-revolt/.github/workflows
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
..
docker.yml fix: Remove caching from GitHub actions to allow compilation of docker container 2025-05-11 13:21:08 -07:00
triage_issue.yml ci: synced local '.github/workflows/triage_issue.yml' with remote 'workflows/triage_issue.yml' 2023-01-24 19:43:32 +00:00
triage_pr.yml ci: synced local '.github/workflows/triage_pr.yml' with remote 'workflows/triage_pr.yml' 2024-03-28 13:37:37 +00:00