Skip to content

Commit

Permalink
Update Security-compliance Tag
Browse files Browse the repository at this point in the history
  • Loading branch information
aleccohan committed Sep 21, 2023
1 parent 8a01c53 commit c477c52
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
Expand Up @@ -4,7 +4,7 @@ set -exv

IMAGE="quay.io/cloudservices/payload-tracker-go"
IMAGE_TAG=$(git rev-parse --short=7 HEAD)
SECURITY_COMPLIANCE_TAG="sc-$(date +%Y%m%d)"
SECURITY_COMPLIANCE_TAG="sc-$(date +%Y%m%d)-$(git rev-parse --short=7 HEAD)"

if [[ -z "$QUAY_USER" || -z "$QUAY_TOKEN" ]]; then
echo "QUAY_USER and QUAY_TOKEN must be set"
Expand Down

0 comments on commit c477c52

Please sign in to comment.