--- stages: - build build: image: archlinux/base only: - master - web script: - pacman -Sy --needed --noconfirm base-devel - makepkg $i stage: build tags: - docker