mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
6
.github/workflows/git-tag.yml
vendored
6
.github/workflows/git-tag.yml
vendored
@@ -3,7 +3,7 @@ name: "git-tag"
|
|||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
inputs:
|
inputs:
|
||||||
dry-run-release:
|
dry-run-flag:
|
||||||
description: 'enable dry-run on artifact push'
|
description: 'enable dry-run on artifact push'
|
||||||
required: false
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
@@ -84,7 +84,7 @@ jobs:
|
|||||||
uses: ./.github/workflows/release.yml
|
uses: ./.github/workflows/release.yml
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
dry-run-release: false
|
dry-run-flag: false
|
||||||
|
|
||||||
setup:
|
setup:
|
||||||
needs: release
|
needs: release
|
||||||
@@ -99,7 +99,7 @@ jobs:
|
|||||||
- id: set-dryrun
|
- id: set-dryrun
|
||||||
uses: ./.github/actions/enable-dryrun
|
uses: ./.github/actions/enable-dryrun
|
||||||
with:
|
with:
|
||||||
dry-run-flag: ${{ inputs.dry-run-release }}
|
dry-run-flag: ${{ inputs.dry-run-flag }}
|
||||||
- name: install NPM
|
- name: install NPM
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# 1. Generate licenses
|
# 1. Generate licenses
|
||||||
|
|
||||||
FROM node:16.20-alpine3.17 AS builder
|
FROM node:18.16-alpine3.17 AS builder
|
||||||
WORKDIR /usr/src/alfresco
|
WORKDIR /usr/src/alfresco
|
||||||
COPY package.json package.json
|
COPY package.json package.json
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user