We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 213c37a commit 64e873dCopy full SHA for 64e873d
.github/workflows/production_deploy.yml
@@ -46,7 +46,7 @@ jobs:
46
export WWWUSER=${WWWUSER:-$UID}
47
export WWWGROUP=${WWWGROUP:-$(id -g)}
48
docker-compose -f docker-compose-prod.yaml build
49
- docker tag go-helper ${ECR_REGISTRY}/${ECR_REPOSITORY}:${IMAGE_TAG}
+ docker tag go-helper/app ${ECR_REGISTRY}/${ECR_REPOSITORY}:${IMAGE_TAG}
50
docker push ${ECR_REGISTRY}/${ECR_REPOSITORY}:${IMAGE_TAG}
51
echo "image=$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" >> $GITHUB_OUTPUT
52
#
0 commit comments