Skip to content

Commit

Permalink
Fix repo name (#80)
Browse files Browse the repository at this point in the history
* change build_deploy file permission

change file permissions

* Fix quay.io repo name
  • Loading branch information
AkshayBhansali18 authored Oct 25, 2021
1 parent 713c6c0 commit 56a4a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_deploy.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -exv

BASE_IMG=" fabric8-analytics-graph-cve-sync"
BASE_IMG="fabric8-analytics-graph-cve-sync"
QUAY_IMAGE="quay.io/app-sre/${BASE_IMG}"
IMG="${BASE_IMG}:latest"

Expand Down

0 comments on commit 56a4a63

Please sign in to comment.