We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28af44e commit 4481498Copy full SHA for 4481498
.github/workflows/release.yml
@@ -4,11 +4,10 @@ on:
4
release:
5
types:
6
- created
7
- workflow_dispatch:
8
9
env:
10
REGISTRY: ghcr.io
11
- IMAGE_NAME: ${{ github.repository }}
+ IMAGE_NAME: workflowfm/composer-server
12
13
jobs:
14
client:
@@ -50,6 +49,7 @@ jobs:
50
49
file: client/build/distributions/WorkflowFM_Composer-*.zip
51
tag: ${{ github.ref }}
52
overwrite: true
+ file_glob: true
53
54
- name: Cleanup distributions
55
run: rm -f client/build/distributions/WorkflowFM_Composer-*.zip
@@ -77,7 +77,7 @@ jobs:
77
78
- name: Extract metadata (tags, labels) for Docker
79
id: meta
80
- uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
+ uses: docker/metadata-action@v3
81
with:
82
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
83
0 commit comments