Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredLunde committed Dec 29, 2024
1 parent 12fc6c1 commit 905bb20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- "**/Dockerfile"
- "go.mod"
- "go.sum"
- ".github/workflows/release.yml"

permissions:
contents: write
Expand Down Expand Up @@ -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

0 comments on commit 905bb20

Please sign in to comment.