Skip to content

Commit

Permalink
Merge pull request #10 from simoneiriksson/devbranch
Browse files Browse the repository at this point in the history
Try to fix cloudbuild
  • Loading branch information
simoneiriksson authored Jan 10, 2024
2 parents f36f551 + fd62020 commit da8afdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
steps:
- name: 'gcr.io/cloud-builders/docker'
args: ['build', '-t', 'gcr.io/dtumlops-410721/trainer', '.']
args: ['build', '-t', 'gcr.io/dtumlops-410721/dockerfiles/trainer.dockerfile', '.']
- name: 'gcr.io/cloud-builders/docker'
args: ['push', 'gcr.io/dtumlops-410721/trainer']
args: ['push', 'gcr.io/dtumlops-410721/dockerfiles/trainer.dockerfile']

0 comments on commit da8afdf

Please sign in to comment.