|
|
@@ -20,12 +20,17 @@ jobs:
|
|
|
TAGS: ${{ steps.meta.outputs.tags }}
|
|
|
|
|
|
steps:
|
|
|
+ - uses: actions/checkout@v3
|
|
|
+
|
|
|
+ - name: Retrieve information from package.json
|
|
|
+ uses: myrotvorets/info-from-package-json-action@1.2.0
|
|
|
+ id: package-json
|
|
|
|
|
|
- name: Docker meta
|
|
|
id: meta
|
|
|
uses: docker/metadata-action@v4
|
|
|
with:
|
|
|
- images: ${{ matrix.registry }}/weseek/growi-codebuild-test
|
|
|
+ images: weseek/growi-codebuild-test
|
|
|
sep-tags: ','
|
|
|
tags: |
|
|
|
type=raw,value=${{ steps.package-json.outputs.packageVersion }}
|