Skip to content

Commit

Permalink
ci: disable default attestations for docker build and push
Browse files Browse the repository at this point in the history
  • Loading branch information
marat2509 committed Feb 24, 2024
1 parent fc6c254 commit 27e32d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:

- name: Build and push Docker image (worker)
uses: mr-smithers-excellent/docker-build-push@v6
env:
BUILDX_NO_DEFAULT_ATTESTATIONS: 1
with:
image: ${{ github.event.repository.name }}-worker
registry: ${{ env.REGISTRY }}
Expand All @@ -33,6 +35,8 @@ jobs:

- name: Build and push Docker image (nginx)
uses: mr-smithers-excellent/docker-build-push@v6
env:
BUILDX_NO_DEFAULT_ATTESTATIONS: 1
with:
image: ${{ github.event.repository.name }}-nginx
registry: ${{ env.REGISTRY }}
Expand Down

0 comments on commit 27e32d5

Please sign in to comment.