Skip to content

Commit

Permalink
Fix deprecation and docker release script
Browse files Browse the repository at this point in the history
  • Loading branch information
sweoggy committed Nov 28, 2024
1 parent a7df24a commit 1959b30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: '50'
fetch-tags: 'true'

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ archives:
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ incpatch .Version }}-next"
version_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc

Expand Down

0 comments on commit 1959b30

Please sign in to comment.