Fix tag for gpu image, parallel building
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tyler 2022-12-06 06:07:05 -05:00
parent 8e8ca068d0
commit 11943a2012
1 changed files with 4 additions and 2 deletions

View File

@ -22,6 +22,7 @@ steps:
branch: branch:
include: include:
- master - master
depends_on: [ clone ]
- name: docker-gpu - name: docker-gpu
image: plugins/docker image: plugins/docker
settings: settings:
@ -33,8 +34,9 @@ steps:
repo: registry.meow.tf/tyler/precise-lite repo: registry.meow.tf/tyler/precise-lite
registry: registry.meow.tf registry: registry.meow.tf
tags: tags:
- latest - latest-gpu
when: when:
branch: branch:
include: include:
- master - master
depends_on: [ clone ]