Skip to content

Commit

Permalink
Fixing tag (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanWoodard authored Nov 5, 2023
1 parent caf2cf3 commit baf967d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
steps:
- name: 'gcr.io/cloud-builders/docker'
args: ['build', '-t', 'gcr.io/$PROJECT_ID/$REPO_NAME:latest', '.']
args: ['build', '-t', 'gcr.io/$PROJECT_ID/$REPO_NAME:$COMMIT_SHA', '.']
secretEnv: [
'WALLET_ADDRESS',
'WALLET_PRIVATE_KEY',
Expand Down

0 comments on commit baf967d

Please sign in to comment.