Skip to content

Commit

Permalink
ci: Correct typo in export-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
abhidg committed Nov 4, 2021
1 parent b762483 commit a7ac138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/export-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
docker build --build-arg CONN -t $REGISTRY/$REPO_COUNTRY:$IMAGE_TAG -t $REGISTRY/$REPO_COUNTRY .
docker push $REGISTRY/$REPO_COUNTRY:$IMAGE_TAG
docker push $REGISTRY/$REPO_COUNTRY:latest
docker build -f ./Dockerfile_full_export -t $REGISTRY/$REPO_FULL:$IMAGE_TAG -t $REGISTRY/$REPO_FULL
docker build -f ./Dockerfile_full_export -t $REGISTRY/$REPO_FULL:$IMAGE_TAG -t $REGISTRY/$REPO_FULL .
docker push $REGISTRY/$REPO_FULL:$IMAGE_TAG
docker push $REGISTRY/$REPO_FULL:latest

0 comments on commit a7ac138

Please sign in to comment.