|
@@ -27,7 +27,7 @@ jobs:
|
|
|
run: |
|
|
|
VERSION=$(npm run version --silent)
|
|
|
TAG=${VERSION}
|
|
|
- echo "::set-output name=tag::${TAG}"
|
|
|
+ echo "tag=${TAG}" >> $GITHUB_OUTPUT
|
|
|
|
|
|
- name: Build and push images
|
|
|
uses: docker/build-push-action@v4
|
|
@@ -58,5 +58,3 @@ jobs:
|
|
|
release_name: ${{ steps.create_tag.outputs.tagname }}
|
|
|
draft: false
|
|
|
prerelease: false
|
|
|
-
|
|
|
-
|