Skip to content

Commit

Permalink
adding sbom and Attestations, adding tags with dates
Browse files Browse the repository at this point in the history
  • Loading branch information
Knight1 committed Oct 18, 2024
1 parent d7d2ea0 commit fd20ac4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fd20ac4

Please sign in to comment.