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