Compare commits

..

2 Commits

Author SHA1 Message Date
70c38b2801 1.0.90
Some checks failed
Docker (tags) / security (push) Successful in 37s
Docker (tags) / test (push) Successful in 43s
Docker (tags) / metadata (push) Successful in 5s
Docker (tags) / release (push) Failing after 1m18s
2024-05-26 14:05:29 +02:00
04f013e185 fix(core): update 2024-05-26 14:05:28 +02:00
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ on:
- '*'
env:
IMAGE: code.foss.global/hosttoday/ht-docker-node:npmci
IMAGE: code.foss.global/host.today/ht-docker-node:npmci
NPMCI_COMPUTED_REPOURL: https://${{gitea.repository_owner}}:${{secrets.GITEA_TOKEN}}@gitea.lossless.digital/${{gitea.repository}}.git
# NPMCI_TOKEN_NPM: ${{secrets.NPMCI_TOKEN_NPM}}
# NPMCI_TOKEN_NPM2: ${{secrets.NPMCI_TOKEN_NPM2}}

2
package-lock.json generated
View File

@@ -1,5 +1,5 @@
{
"name": "ht-docker-dbase",
"version": "1.0.89",
"version": "1.0.90",
"lockfileVersion": 1
}

View File

@@ -1,6 +1,6 @@
{
"name": "ht-docker-dbase",
"version": "1.0.89",
"version": "1.0.90",
"description": "Provides easy Continuous Integration for Docker images.",
"main": "index.js",
"directories": {