Skip to content

Commit bcb8f97

Browse files
sionsmithclaude
andcommitted
Update Docker workflow to use DOCKER_TOKEN secret
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3d1e70b commit bcb8f97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: docker/login-action@v3
3333
with:
3434
username: ${{ secrets.DOCKER_USERNAME }}
35-
password: ${{ secrets.DOCKER_PASSWORD }}
35+
password: ${{ secrets.DOCKER_TOKEN }}
3636

3737
- name: Extract metadata
3838
id: meta

0 commit comments

Comments
 (0)