Skip to content

Commit

Permalink
fix(docker ci): add the permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
0x61nas committed Feb 20, 2024
1 parent 1955454 commit 5e4c049
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@ on:
- aurora
schedule:
- cron: "0 0 * * 0"
permissions:
packages: write
contents: read

jobs:
docker:
name: Docker Build and Push
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 5e4c049

Please sign in to comment.