Skip to content

Commit

Permalink
πŸ§‘πŸΌβ€πŸ”§ ci-dev: Add env
Browse files Browse the repository at this point in the history
- Add env `BUILDX_NO_DEFAULT_ATTESTATIONS=1` to prevent `unknown/unknown`
  • Loading branch information
jyje committed Feb 25, 2024
1 parent 5e7264b commit 534fab1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/${{ github.repository }}-dev:latest
env:
BUILDX_NO_DEFAULT_ATTESTATIONS: 1

0 comments on commit 534fab1

Please sign in to comment.