mirror of
https://github.com/publiclab/mapknitter.git
synced 2025-12-05 16:00:00 +01:00
Fix reference to dockerfile in cloud build
This commit is contained in:
@@ -3,7 +3,7 @@ steps:
|
||||
args: ['build',
|
||||
'-t', 'gcr.io/public-lab/github.com/publiclab/mapknitter:$SHORT_SHA',
|
||||
'-t', 'gcr.io/public-lab/github.com/publiclab/mapknitter:latest',
|
||||
'-f', 'production',
|
||||
'-f', 'dockerfiles/production',
|
||||
'.']
|
||||
- name: 'gcr.io/cloud-builders/docker'
|
||||
args: ['push', 'gcr.io/public-lab/github.com/publiclab/mapknitter']
|
||||
|
||||
Reference in New Issue
Block a user