Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpeople committed Aug 8, 2024
1 parent dcb9de3 commit b4466ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ on:
env:
PLATFORMS: "linux/amd64,linux/arm/v7,linux/arm64" # Build for which platforms
DOCKER_USER: "tdeutsch" # Which user to use to login to DockerHub
# Needed to remove the "unsupported MIME type for compression: application/vnd.in-toto+json"
BUILDX_NO_DEFAULT_ATTESTATIONS: 1

#####
# To rebuild someone else's repo, do this:
Expand All @@ -33,6 +31,9 @@ env:
jobs:
docker:
runs-on: ubuntu-latest
env:
# Needed to remove the "unsupported MIME type for compression: application/vnd.in-toto+json"
BUILDX_NO_DEFAULT_ATTESTATIONS: 1
steps:
-
name: Checkout
Expand Down

0 comments on commit b4466ee

Please sign in to comment.