mirror of
https://git.netzspielplatz.de/docker-multiarch/openwrt-firmware-selector.git
synced 2025-11-08 14:09:26 +00:00
added a initial Dockerfile and more ci debugging output
This commit is contained in:
parent
baa4e8c79e
commit
cca32d95e1
2 changed files with 4 additions and 1 deletions
|
|
@ -48,8 +48,9 @@ deploy_docker:
|
|||
script:
|
||||
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
||||
- docker login -u $DOCKER_LOGIN -p $DOCKER_PASSWORD
|
||||
- ls -lha
|
||||
- ls -lha openwrt-firmware-selector
|
||||
- cat openwrt-firmware-selector/src/config.ts
|
||||
- cat openwrt-firmware-selector/build
|
||||
#- 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 .
|
||||
dependencies:
|
||||
|
|
|
|||
2
Dockerfile
Normal file
2
Dockerfile
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
FROM nginx:stable-alpine
|
||||
COPY ./openwrt-firmware-selector/build/ /usr/share/nginx/html/
|
||||
Loading…
Add table
Add a link
Reference in a new issue