Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
f2ab850e19 | |||
29c707d79f | |||
5789c4eea6 | |||
52369e55db |
@ -74,7 +74,7 @@ jobs:
|
||||
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: registry.gitlab.com/hosttoday/ht-docker-dbase:npmci
|
||||
image: code.foss.global/host.today/ht-docker-dbase:npmci
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
@ -1,5 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## 2024-11-17 - 5.0.145 - fix(docs)
|
||||
Minor documentation updates without code changes.
|
||||
|
||||
|
||||
## 2024-11-17 - 5.0.144 - fix(ci)
|
||||
Update Docker container source for workflow to new registry
|
||||
|
||||
- Changed Docker container image source in .gitea/workflows/docker_tags.yaml to code.foss.global.
|
||||
|
||||
## 2024-11-17 - 5.0.143 - fix(core)
|
||||
No uncommitted changes
|
||||
|
||||
|
5
package-lock.json
generated
5
package-lock.json
generated
@ -1,5 +0,0 @@
|
||||
{
|
||||
"name": "ht-docker-node",
|
||||
"version": "5.0.143",
|
||||
"lockfileVersion": 1
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ht-docker-node",
|
||||
"version": "5.0.143",
|
||||
"version": "5.0.145",
|
||||
"description": "A Docker image that integrates Node.js with shipzone.io support.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
9
pnpm-lock.yaml
generated
Normal file
9
pnpm-lock.yaml
generated
Normal file
@ -0,0 +1,9 @@
|
||||
lockfileVersion: '9.0'
|
||||
|
||||
settings:
|
||||
autoInstallPeers: true
|
||||
excludeLinksFromLockfile: false
|
||||
|
||||
importers:
|
||||
|
||||
.: {}
|
Reference in New Issue
Block a user