Skip to content

Commit

Permalink
Docker build with GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-athome committed Aug 24, 2023
1 parent 40e8b08 commit 2610f2d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:

build:
runs-on: ubuntu-latest

permissions:
contents: read
packages: write

steps:
-
name: Checkout repository
Expand Down

0 comments on commit 2610f2d

Please sign in to comment.