mirror of
https://git.netzspielplatz.de/docker-multiarch/jdownloader2-headless.git
synced 2025-11-08 14:19:29 +00:00
we need to specify the Dockerfile to use in the ci config as its named differently
This commit is contained in:
parent
2b4d15bcf5
commit
4a454c3a97
1 changed files with 1 additions and 1 deletions
|
|
@ -18,4 +18,4 @@ build:
|
|||
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
||||
- docker login -u $DOCKER_LOGIN -p $DOCKER_PASSWORD
|
||||
- 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 .
|
||||
- docker buildx build --platform $BUILD_PLATFORMS --push -t $IMAGE_TAG -t $CI_REGISTRY_IMAGE:latest -t $D_IMAGE_TAG -t $D_LATEST_TAG . -f alpine.Dockerfile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue