Skip to content

Commit

Permalink
ci: add write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
aksiome authored Jan 8, 2025
1 parent d3f7ebf commit 1197371
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
- "v*"
schedule:
- cron: "54 3 * * *"

permissions:
packages: write

jobs:
build:
name: Build and Publish Docker Image to GitHub Packages
Expand Down

0 comments on commit 1197371

Please sign in to comment.