Spaces:
Configuration error
Configuration error
ci: Use release event to trigger the image publishing job for releases (#63)
Browse files
.github/workflows/images.yml
CHANGED
@@ -4,8 +4,8 @@ on:
|
|
4 |
push:
|
5 |
branches:
|
6 |
- main
|
7 |
-
|
8 |
-
|
9 |
|
10 |
# env:
|
11 |
# GHCR_REGISTRY: ghcr.io
|
|
|
4 |
push:
|
5 |
branches:
|
6 |
- main
|
7 |
+
release:
|
8 |
+
types: [published]
|
9 |
|
10 |
# env:
|
11 |
# GHCR_REGISTRY: ghcr.io
|