mirror of
https://git.netzspielplatz.de/docker-multiarch/flarum.git
synced 2025-11-08 17:09:33 +00:00
removed the find/chmod patch as it seems to make no difference while starting the container
This commit is contained in:
parent
ed599da046
commit
2113a70115
3 changed files with 1 additions and 22 deletions
|
|
@ -19,6 +19,5 @@ build:
|
|||
- docker login -u $DOCKER_LOGIN -p $DOCKER_PASSWORD
|
||||
- git clone https://github.com/mondediefr/docker-flarum.git
|
||||
- cd docker-flarum
|
||||
- git apply ../chown-fix.patch
|
||||
- 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 $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME-$(date +%Y-%m-%d) -t $D_IMAGE_TAG -t $D_LATEST_TAG -t egon0/flarum-multiarch:$CI_COMMIT_REF_NAME-$(date +%Y-%m-%d) .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue