diff --git a/.gitea/workflows/default_tags.yaml b/.gitea/workflows/default_tags.yaml index ae23bcf..0bb4d6f 100644 --- a/.gitea/workflows/default_tags.yaml +++ b/.gitea/workflows/default_tags.yaml @@ -8,9 +8,7 @@ on: env: IMAGE: registry.gitlab.com/hosttoday/ht-docker-node:npmci NPMCI_TOKEN_NPM: ${{secrets.NPMCI_TOKEN_NPM}} - NPMCI_TOKEN_NPM2: ${{secrets.NPMCI_TOKEN_NPM2}} NPMCI_GIT_GITHUBTOKEN: ${{secrets.NPMCI_GIT_GITHUBTOKEN}} - NPMCI_URL_CLOUDLY: ${{secrets.NPMCI_URL_CLOUDLY}} jobs: diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index c99946b..f513a61 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@shipzone/npmci', - version: '4.1.7', + version: '4.1.8', description: 'node and docker in gitlab ci on steroids' }