Skip to content
This repository was archived by the owner on Feb 16, 2025. It is now read-only.

Commit 2008e16

Browse files
authored
does not trigger on created
and I don't care enough to know why
1 parent 7e71f7b commit 2008e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Publish Docker image
22
on:
33
release:
4-
types: [created]
4+
types: [published]
55
jobs:
66
push_to_registry:
77
name: Push Docker image to GitHub Packages

0 commit comments

Comments
 (0)