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 2b030414 102d6889

Changed files
+3 -6
.github
workflows
+3 -6
.github/workflows/docker-image.yml
··· 22 22 contents: read 23 23 packages: write 24 24 id-token: write 25 - 26 25 steps: 27 26 - name: Checkout repository 28 27 uses: actions/checkout@v3 29 28 30 - - name: Install cosign 31 - if: github.event_name != 'pull_request' 32 - uses: sigstore/cosign-installer@v3.8.1 33 - with: 34 - cosign-release: "v2.4.3" 29 + - 30 + name: Set up QEMU 31 + uses: docker/setup-qemu-action@v3 35 32 36 33 - name: Setup Docker buildx 37 34 uses: docker/setup-buildx-action@v3