Skip to content

Commit 4481498

Browse files
committed
Fixes release workflow: image name, file_glob, remove dispatch
1 parent 28af44e commit 4481498

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ on:
44
release:
55
types:
66
- created
7-
workflow_dispatch:
87

98
env:
109
REGISTRY: ghcr.io
11-
IMAGE_NAME: ${{ github.repository }}
10+
IMAGE_NAME: workflowfm/composer-server
1211

1312
jobs:
1413
client:
@@ -50,6 +49,7 @@ jobs:
5049
file: client/build/distributions/WorkflowFM_Composer-*.zip
5150
tag: ${{ github.ref }}
5251
overwrite: true
52+
file_glob: true
5353

5454
- name: Cleanup distributions
5555
run: rm -f client/build/distributions/WorkflowFM_Composer-*.zip
@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: Extract metadata (tags, labels) for Docker
7979
id: meta
80-
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
80+
uses: docker/metadata-action@v3
8181
with:
8282
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
8383

0 commit comments

Comments
 (0)