We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b893aa8 commit 56bfa2fCopy full SHA for 56bfa2f
.github/workflows/build.yml
@@ -41,7 +41,7 @@ jobs:
41
platforms: linux/amd64,linux/arm64
42
push: true
43
build-args: |
44
- version=${{ env.version }}
+ version=${{ env.version }}-ce
45
tags: |
46
${{ github.repository_owner }}/jms_${{ matrix.component }}:${{ env.version }}
47
${{ github.repository_owner }}/jms_${{ matrix.component }}:latest
0 commit comments