Skip to content

Commit

Permalink
Release ci (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebruijn authored Oct 25, 2024
1 parent e2da559 commit 886b9b4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Container Image CI
name: Release

on:
release:
Expand All @@ -8,6 +8,9 @@ env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}

permissions:
contents: write
packages: write

jobs:

Expand Down

0 comments on commit 886b9b4

Please sign in to comment.