Skip to content

Commit

Permalink
Merge pull request #76 from reload/arnested-patch-1
Browse files Browse the repository at this point in the history
Update build.yml
  • Loading branch information
arnested authored Jan 8, 2025
2 parents 9afbe1b + ee17799 commit 8104e83
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
push:
branches: [main]

permissions:
contents: read
packages: write

jobs:
build:
name: Docker build and push
Expand All @@ -22,7 +26,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ github.token }}
- name: Build and push Docker images
uses: docker/[email protected]
with:
Expand Down

0 comments on commit 8104e83

Please sign in to comment.