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 5ac93d32 2b030414

Changed files
+6 -3
.github
workflows
+6 -3
.github/workflows/docker-image.yml
··· 22 22 contents: read 23 23 packages: write 24 24 id-token: write 25 + 25 26 steps: 26 27 - name: Checkout repository 27 28 uses: actions/checkout@v3 28 29 29 - - 30 - name: Set up QEMU 31 - uses: docker/setup-qemu-action@v3 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" 32 35 33 36 - name: Setup Docker buildx 34 37 uses: docker/setup-buildx-action@v3