Skip to content

Commit 5103277

Browse files
committed
Adding automated Docker image creation to ghcr upon release
1 parent dce97ef commit 5103277

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- name: Set version
3939
id: version
4040
run: |
41+
mkdir -p handlers
4142
echo ${GITHUB_REF#refs/tags/v} > handlers/VERSION
4243
4344
# Install the cosign tool except on PR

0 commit comments

Comments
 (0)