A very performant and light (2mb in memory) link shortener and tracker. Written in Rust and React and uses Postgres/SQLite.

Update docker-image.yml

authored by nekomimi.pet and committed by GitHub ba6d116f ec519990

Changed files
+1 -1
.github
workflows
+1 -1
.github/workflows/docker-image.yml
··· 17 17 18 18 jobs: 19 19 build: 20 - runs-on: self-hosted 20 + runs-on: macos-latest 21 21 permissions: 22 22 contents: read 23 23 packages: write