Skip to content

Commit

Permalink
Merge pull request #97 from GeneriekPublicatiePlatformWoo/fix-docker-…
Browse files Browse the repository at this point in the history
…build

fix docker build
  • Loading branch information
felixcicatt authored Nov 13, 2024
2 parents 142581e + 526b6bd commit 3b2298e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,14 @@ env:
jobs:

build:

runs-on: ubuntu-latest


permissions:
contents: read
packages: write
attestations: write
id-token: write

steps:
-
uses: actions/checkout@v4
Expand Down

0 comments on commit 3b2298e

Please sign in to comment.