Skip to content

Commit

Permalink
ci: Change image tag sha size
Browse files Browse the repository at this point in the history
  • Loading branch information
pastequo committed Sep 16, 2024
1 parent 9f9f602 commit c9bcc87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export COMPONENT="assisted-installer"
export IMAGE="quay.io/app-sre/assisted-installer-app"
export WORKSPACE=${WORKSPACE:-$APP_ROOT} # if running in jenkins, use the build's workspace
export APP_ROOT=$(pwd)
export IMAGE_TAG=$(git rev-parse HEAD)
COMMON_BUILDER=https://raw.githubusercontent.com/RedHatInsights/insights-frontend-builder-common/master

set -exv
Expand Down

0 comments on commit c9bcc87

Please sign in to comment.