Compare commits

..

4 Commits

Author SHA1 Message Date
6ecde05045 1.0.91
Some checks failed
Docker (tags) / security (push) Successful in 28s
Docker (tags) / test (push) Successful in 43s
Docker (tags) / metadata (push) Successful in 5s
Docker (tags) / release (push) Failing after 27s
2024-05-26 14:14:12 +02:00
ce3a806606 fix(core): update 2024-05-26 14:14:11 +02:00
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
4 changed files with 4 additions and 4 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}}

View File

@ -1,2 +1,2 @@
FROM hosttoday/ht-docker-dbase:latest
RUN pnpm install -g @shipzone/npmci
RUN pnpm install -g @ship.zone/npmci

2
package-lock.json generated
View File

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

View File

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