diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 55ba80f..3bbffcc 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -67,8 +67,12 @@ jobs: linux/386 linux/riscv64 push: true + sbom: true + provenance: mode=max tags: | knight/cloudflared-dns:latest + knight/cloudflared-dns:${{ date '+%Y%m%d' }} ghcr.io/knight1/cloudflared:latest + ghcr.io/knight1/cloudflared:${{ date '+%Y%m%d' }} cache-from: type=registry,ref=knight/cloudflared-dns:buildcache - cache-to: type=registry,ref=knight/cloudflared-dns:buildcache,mode=max + cache-to: type=registry,ref=knight/cloudflared-dns:buildcache,mode=max \ No newline at end of file