setup gcp push

This commit is contained in:
Victor Barba 2022-03-22 16:12:29 +01:00
parent d805a600ef
commit e5c98cfe47
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ definitions:
- step: &build-image
name: Build Container Image
script:
- docker build -t jam-cloud jam-cloud: .
- docker build -t jam-cloud jam-cloud .
- docker save --output tmp-image.docker jam-cloud
services:
- docker