diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0000d58..538d99d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,7 @@ on: - "**/Dockerfile" - "go.mod" - "go.sum" + - ".github/workflows/release.yml" permissions: contents: write @@ -55,6 +56,6 @@ jobs: TARGETARCH=${{ matrix.platform }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - platforms: linux/amd64,linux/arm64,linux/arm64/v8 + platforms: linux/amd64 cache-from: type=gha cache-to: type=gha,mode=max