fix(docker_tags): Updated Docker configuration to include NPM tokens.

This commit is contained in:
2024-11-17 07:05:41 +01:00
parent 79257908d0
commit 27c98c4e32
4 changed files with 9 additions and 4 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 2024-11-17 - 4.3.18 - fix(docker_tags)
Updated Docker configuration to include NPM tokens.
- Restored NPMCI_TOKEN_NPM and NPMCI_TOKEN_NPM2 environment variables in docker_tags.yaml for authentication purposes.
## 2024-11-17 - 4.3.17 - fix(Dockerfile)
Corrected docker base image tag in Dockerfile for alpine compatibility.