Skip to content

Commit 8d86146

Browse files
DAdjadjclaude
andcommitted
Fix CI: add write permission for git tagging
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1a3b229 commit 8d86146

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,18 @@ on:
44
push:
55
branches: [ main ]
66

7+
permissions:
8+
contents: write
9+
710
jobs:
811
build:
912
runs-on: ubuntu-latest
1013
steps:
1114
- name: Checkout
1215
uses: actions/checkout@v5
16+
with:
17+
fetch-tags: true
18+
fetch-depth: 0
1319

1420
- name: Generate version
1521
id: version

0 commit comments

Comments
 (0)