Skip to content

Commit

Permalink
Allow workflow to push docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
veloek committed Jan 27, 2024
1 parent 0bc5263 commit 6fdf6af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ env:
jobs:
build:
runs-on: ubuntu-latest
permissions:
packages: write
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 6fdf6af

Please sign in to comment.