We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b61eddb commit 1ab46a9Copy full SHA for 1ab46a9
.github/workflows/docker-image.yml
@@ -15,6 +15,8 @@ on:
15
jobs:
16
build:
17
runs-on: ubuntu-latest
18
+ env:
19
+ BUILDX_NO_DEFAULT_ATTESTATIONS: 1
20
21
steps:
22
- name: Checkout repository
0 commit comments