mirror of
https://git.netzspielplatz.de/docker-multiarch/wordpress-fpm-alpine-webp.git
synced 2025-11-08 20:39:29 +00:00
forgot the basic ci config at the top of the file :|
This commit is contained in:
parent
7f8ca619ea
commit
bc51feea7b
1 changed files with 10 additions and 0 deletions
|
|
@ -1,3 +1,13 @@
|
|||
image: docker:19.03.1
|
||||
services:
|
||||
- docker:19.03.1-dind
|
||||
variables:
|
||||
DOCKER_DRIVER: overlay
|
||||
DOCKER_TLS_CERTDIR: ""
|
||||
stages:
|
||||
- buildx
|
||||
- deploy
|
||||
|
||||
buildx:
|
||||
image: docker:19.03-git
|
||||
stage: buildx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue