Skip to content

Commit 64e873d

Browse files
committed
fuck sake
1 parent 213c37a commit 64e873d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/production_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
export WWWUSER=${WWWUSER:-$UID}
4747
export WWWGROUP=${WWWGROUP:-$(id -g)}
4848
docker-compose -f docker-compose-prod.yaml build
49-
docker tag go-helper ${ECR_REGISTRY}/${ECR_REPOSITORY}:${IMAGE_TAG}
49+
docker tag go-helper/app ${ECR_REGISTRY}/${ECR_REPOSITORY}:${IMAGE_TAG}
5050
docker push ${ECR_REGISTRY}/${ECR_REPOSITORY}:${IMAGE_TAG}
5151
echo "image=$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" >> $GITHUB_OUTPUT
5252
#

0 commit comments

Comments
 (0)