mirror of
https://git.netzspielplatz.de/docker-multiarch/writefreely.git
synced 2025-11-08 17:19:25 +00:00
we need to change the original dockerfile to get the docker image build running
This commit is contained in:
parent
d22652ebb2
commit
e9ffdf710a
1 changed files with 1 additions and 0 deletions
|
|
@ -20,5 +20,6 @@ build:
|
|||
- tar xf /tmp/writefreely.tar.gz --strip-components=1
|
||||
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
||||
- docker login -u $DOCKER_LOGIN -p $DOCKER_PASSWORD
|
||||
- sed -i 's/nodejs-npm/npm/g' Dockerfile
|
||||
- docker buildx create --use --name A$CI_COMMIT_SHORT_SHA
|
||||
- docker buildx build --platform $BUILD_PLATFORMS --push -t $IMAGE_TAG -t $CI_REGISTRY_IMAGE:latest -t $D_IMAGE_TAG -t $D_LATEST_TAG .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue