--- when: - event: - 'push' - 'manual' steps: - name: 'Build and deploy uffd container image' image: 'quay.io/buildah/stable:latest' privileged: true environment: DEPLOY_TOKEN: from_secret: 'DEPLOY_TOKEN' commands: - 'buildah build -t git.enbewe.de/coding/uffd:latest .' - 'buildah login -u enbewe -p $DEPLOY_TOKEN git.enbewe.de' - 'buildah push git.enbewe.de/coding/uffd:latest'