Skip to content

Commit

Permalink
fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaLRussell committed Aug 12, 2024
1 parent 425eee6 commit 143e60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/common
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ DB_MIGRATE_TAG_SHA="${DB_MIGRATE_TAG}:${GIT_SHA}"
DB_MIGRATE_TAG_BRANCH="${DB_MIGRATE_TAG}:${GIT_BRANCH}"

APP_IMAGE_NAME=daedalus-web-app
APP_TAG="$PREFIX}/${APP_IMAGE_NAME}"
APP_TAG="${PREFIX}/${APP_IMAGE_NAME}"
APP_TAG_SHA="${APP_TAG}:${GIT_SHA}"
APP_TAG_BRANCH="${APP_TAG}:${GIT_BRANCH}"

0 comments on commit 143e60f

Please sign in to comment.